Skip to content

Commit c937e40

Browse files
authored
prep for 3.6.6 (#405)
1 parent 42098c5 commit c937e40

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

LATEST_RELEASE_NOTES.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## Release notes for 3.6.5
1+
## Release notes for 3.6.6
22

33
Bugs addressed in this release:
44

5-
* [#399](../../issues/399) Wrong reference number used in animations
6-
* [#398](../../issues/398) touching the continuity composer doesn't work when it's really long and you scroll
5+
* [#404](../../issues/404) Crash when sheet has zero beats.
76

87
Other changes:
98

10-
* [#390](../../issues/390) working to make calchart parsing better.
119

README.md

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

5757

5858
# Release notes
59+
## Release notes for 3.6.6
60+
61+
Bugs addressed in this release:
62+
63+
* [#404](../../issues/404) Crash when sheet has zero beats.
64+
65+
Other changes:
66+
67+
5968
## Release notes for 3.6.5
6069

6170
Bugs addressed in this release:

RELEASE_INSTRUCTIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Checklist
1313

1414
CalChart uses CMake and Github actions to automate the release process. When you push a tag for the repository, github will build and package the release.
1515

16-
The current calchart version is 3.6.5. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.5)
16+
The current calchart version is 3.6.6. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.6)
1717

1818
1. Prebuild the project to make sure its working
1919

@@ -28,8 +28,8 @@ awk '//; /^# Release notes/{while(getline<"LATEST_RELEASE_NOTES.md"){print}}' RE
2828
4. Tag the depot
2929

3030
```
31-
$ git tag -a v3.6.5 -m "calchart-3.6.5"
32-
$ git push origin v3.6.5
31+
$ git tag -a v3.6.6 -m "calchart-3.6.6"
32+
$ git push origin v3.6.6
3333
```
3434

3535
This should trigger the github action, which should publish release notes in Draft form.

0 commit comments

Comments
 (0)