Skip to content

Commit b758339

Browse files
committed
Add step to update 'latest' tag
1 parent dce7cb5 commit b758339

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
*.orig
99
JSON.sh
1010
.vscode/settings.json
11+
push.json
12+
bin/

RELEASE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
4. update VERSION in `getssl` and `getssl.spec`
99
5. git commit -m"Update version to v2.nn"
1010
6. git tag -a v2.nn
11-
7. git push origin release_2_nn
12-
8. git push --tags
11+
8. git push origin release_2_nn
12+
9. git push --tags
1313

1414
## The github release-and-package action should:
1515

@@ -30,3 +30,8 @@
3030
`dpkg -i getssl_2.nn-1_all.deb`
3131
5. Check it's installed correctly
3232
`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

Comments
 (0)