Skip to content

Commit 1afd372

Browse files
authored
Prep for 3.7.2 (#588)
1 parent 985d21c commit 1afd372

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ If you need to regenerate the help documentation, see the [README-docs.txt](READ
5656

5757

5858
# Release notes
59+
## Release notes for 3.7.2
60+
61+
Bugs addressed in this release:
62+
63+
* [#581](../../issues/581) Calchart 3.7.1 crashes on loading a show
64+
65+
Other changes:
66+
67+
* [#583](../../issues/583) Enable ASAN builds for debug to help catch issue.
68+
* [#584](../../issues/584) Why didn't the failures in ASAN cause sanity_test.py to fail?
69+
5970
## Release notes for 3.7.1
6071

6172
Bugs addressed in this release:

RELEASE_INSTRUCTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CalChart uses CMake and Github actions to automate the release process. When yo
1515

1616
The current calchart version is 3.7.2. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.7.2). When incrementing, be sure to consider if it's time to bump the MINOR version. Only do that if there's incompatibilities, such as a new feature that won't work on a previous version of CalChart.
1717

18-
1. Create a git branch to prep the changes: `git diff dev/prep_$CCVER`
18+
1. Create a git branch to prep the changes: `git checkout -b dev/prep_$CCVER`
1919

2020
2. Prebuild the project to make sure its working
2121

@@ -56,7 +56,7 @@ This should trigger the github action, which should publish release notes in Dra
5656

5757
15. Update https://github.com/calband/calchart/milestones by closing the shipped milestone and starting the next one.
5858

59-
16. Create a git branch to pre-prep the next version: `git diff dev/pre_prep_$CCVER+1`
59+
16. Create a git branch to pre-prep the next version: `git checkout -b dev/pre_prep_$CCVER+1`
6060

6161
17. Clear out LATEST_RELEASE_NOTES.md for next development effort. Update $CCVER+1 in RELEASE_INSTRUCTIONS.md.
6262

0 commit comments

Comments
 (0)