Skip to content

Commit 6630fcc

Browse files
authored
Prep for 3.6.8 (#482)
1 parent 50c5403 commit 6630fcc

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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.8
60+
61+
Bugs addressed in this release:
62+
63+
Other changes:
64+
65+
* [#478](../../issues/478) Include something to let users know when they are opening an new version of show
66+
67+
5968
## Release notes for 3.6.7
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.7. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.7)
16+
The current calchart version is 3.6.8. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.8)
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.7 -m "calchart-3.6.7"
32-
$ git push origin v3.6.7
31+
$ git tag -a v3.6.8 -m "calchart-3.6.8"
32+
$ git push origin v3.6.8
3333
```
3434

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

0 commit comments

Comments
 (0)