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 dce7cb5 commit b758339Copy full SHA for b758339
.gitignore
@@ -8,3 +8,5 @@
8
*.orig
9
JSON.sh
10
.vscode/settings.json
11
+push.json
12
+bin/
RELEASE.md
@@ -8,8 +8,8 @@
4. update VERSION in `getssl` and `getssl.spec`
5. git commit -m"Update version to v2.nn"
6. git tag -a v2.nn
-7. git push origin release_2_nn
-8. git push --tags
+8. git push origin release_2_nn
+9. git push --tags
13
14
## The github release-and-package action should:
15
@@ -30,3 +30,8 @@
30
`dpkg -i getssl_2.nn-1_all.deb`
31
5. Check it's installed correctly
32
`getssl --version`
33
+
34
+## Update the latest tag post-release
35
36
+1. git tag -f -a latest
37
+2. git push --force --tags
0 commit comments