We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8c2e8 commit 76a9137Copy full SHA for 76a9137
RELEASE_INSTRUCTIONS.txt
@@ -57,14 +57,14 @@ The final product is CalChart-$CCVER.dmg
57
---
58
59
2. Tag the depot
60
-$ git tag -a v3.4.4 -m "calchart-3.4.4”
61
-$ git push origin v3.4.4
+$ git tag -a v3.5.0 -m "calchart-3.5.0”
+$ git push origin v3.5.0
62
63
3. Go to a temporary directory on your system to recheck at the tag. This is to avoid having any unwanted files
64
$ cd /tmp
65
$ git clone https://github.com/calband/calchart.git calchart
66
$ cd calchart
67
-$ git checkout v3.4.4
+$ git checkout v3.5.0
68
69
4. Rebuild the release now that you have the tag (repeat instructions for step 1)
70
0 commit comments