Skip to content

Commit

Permalink
scripts: additional improvements to the release notes script
Browse files Browse the repository at this point in the history
... as requested by @jseldess.

Release note: None
  • Loading branch information
knz committed Nov 20, 2018
1 parent 26d1d9d commit 8cb12f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

# Section titles for release notes.
relnotetitles = {
'cli change': "Command line changes",
'cli change': "Command-line changes",
'sql change': "SQL language changes",
'admin ui change': "Admin UI changes",
'general change': "General changes",
Expand Down Expand Up @@ -722,7 +722,7 @@ def analyze_standalone_commit(commit):
if not hideheader:
print("---")
print("title: What's New in", current_version)
print("toc: false")
print("toc: true")
print("summary: Additions and changes in CockroachDB version", current_version, "since version", previous_version)
print("---")
print()
Expand Down Expand Up @@ -761,7 +761,7 @@ def analyze_standalone_commit(commit):
{% include copy-clipboard.html %}
~~~shell
docker pull cockroachdb/cockroach:""" + current_version + """
$ docker pull cockroachdb/cockroach:""" + current_version + """
~~~
""")
print()
Expand Down

0 comments on commit 8cb12f3

Please sign in to comment.