Skip to content

Commit d00498e

Browse files
committed
Extra quick reference in deploy steps
1 parent 4109e13 commit d00498e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

DEPLOYMENT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ To create a new published release:
1919
2. Ensure someone with Signpath access is around to approve the release in the next few minutes.
2020
At the time of writing, that's Vilsol and Mircea.
2121
3. Make a `Bump version` commit on the master branch to increase the `productVersion` field in `wails.json`. Version numbers should follow [Semantic Versioning](https://semver.org/).
22-
4. Manually create and push a tag of the format `v*` to that commit, which triggers a
22+
4. Manually create and push a tag of the format `vX.Y.Z` to that commit, which triggers a
2323
[GitHub Action to make a release](https://github.com/satisfactorymodding/SatisfactoryModManager/blob/master/.github/workflows/release.yml).
24+
- Create a tag on HEAD: `git tag tag_name_here`
25+
- Push a single tag: `git push origin tag tag_name_here`
2426
5. The action will automatically request signing approval, sending an email to approvers and including the link in the action output.
2527
The action will busy-wait until approval is granted.
2628
6. Review the draft release automatically created by Goreleaser and edit its description as needed.

0 commit comments

Comments
 (0)