Skip to content

Commit

Permalink
Prep for 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpowell77 committed Jan 10, 2025
1 parent 985d21c commit 128a777
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ If you need to regenerate the help documentation, see the [README-docs.txt](READ


# Release notes
## Release notes for 3.7.2

Bugs addressed in this release:

* [#581](../../issues/581) Calchart 3.7.1 crashes on loading a show

Other changes:

* [#583](../../issues/583) Enable ASAN builds for debug to help catch issue.
* [#584](../../issues/584) Why didn't the failures in ASAN cause sanity_test.py to fail?

## Release notes for 3.7.1

Bugs addressed in this release:
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CalChart uses CMake and Github actions to automate the release process. When yo

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.

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

2. Prebuild the project to make sure its working

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

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

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

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

Expand Down

0 comments on commit 128a777

Please sign in to comment.