Skip to content

Commit

Permalink
DOC-2561: Remove trailing zero from dates in release-notes.py
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
Nick Vigilante committed Feb 10, 2022
1 parent c7446c5 commit b949539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def analyze_standalone_commit(commit):
print("summary: Additions and changes in CockroachDB version", current_version, "since version", previous_version)
print("---")
print()
print("## " + time.strftime("%B %d, %Y"))
print("## " + time.strftime("%B %-d, %Y"))
print()

# Print the release notes sign-up and Downloads section.
Expand Down

0 comments on commit b949539

Please sign in to comment.