Skip to content

Commit b230675

Browse files
authored
Prep for 3.6.5 (#402)
1 parent 3497c0b commit b230675

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

LATEST_RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release notes for 3.6.4
1+
## Release notes for 3.6.5
22

33
Bugs addressed in this release:
44

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.6.5
60+
61+
Bugs addressed in this release:
62+
63+
* [#399](../../issues/399) Wrong reference number used in animations
64+
* [#398](../../issues/398) touching the continuity composer doesn't work when it's really long and you scroll
65+
66+
Other changes:
67+
68+
* [#390](../../issues/390) working to make calchart parsing better.
69+
5970
## Release notes for 3.6.4
6071

6172
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.4. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.4)
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)
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.4 -m "calchart-3.6.4"
32-
$ git push origin v3.6.4
31+
$ git tag -a v3.6.5 -m "calchart-3.6.5"
32+
$ git push origin v3.6.5
3333
```
3434

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

0 commit comments

Comments
 (0)