Skip to content

Commit 6bf0a07

Browse files
authored
Prep for v3.6.7 (#474)
1 parent cb14d85 commit 6bf0a07

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ 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.7
60+
61+
Bugs addressed in this release:
62+
63+
* [#467](../../issues/467) Shows with Parse Continuity and references points are incorrect in 3.6
64+
* [#468](../../issues/468) Fix Linux reading of older files
65+
66+
Other changes:
67+
68+
* [#464](../../issues/464) Need a test suite to sanity check releases
69+
70+
5971
## Release notes for 3.6.6
6072

6173
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.6. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.6)
16+
The current calchart version is 3.6.7. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.7)
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.6 -m "calchart-3.6.6"
32-
$ git push origin v3.6.6
31+
$ git tag -a v3.6.7 -m "calchart-3.6.7"
32+
$ git push origin v3.6.7
3333
```
3434

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

0 commit comments

Comments
 (0)