Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for 3.7.2 #588

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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