You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOYMENT.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,14 @@ TODO how to point dev builds to ficsit.dev (staging) instead?
16
16
To create a new published release:
17
17
18
18
1. Ensure all intended changes are merged into the `master` branch.
19
-
2. 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/).
20
-
3. Manually create and push a tag of the format `v*` to that commit, which triggers a [GitHub Action to make a release](https://github.com/satisfactorymodding/SatisfactoryModManager/blob/master/.github/workflows/release.yml).
21
-
4. Have someone on the Satisfactory Modding team with Signpath access approve the release.
19
+
2. Ensure someone with Signpath access is around to approve the release in the next few minutes.
22
20
At the time of writing, that's Vilsol and Mircea.
23
-
5. Review the draft release automatically created by Goreleaser and edit its description as needed.
24
-
6. Publish the release.
21
+
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
23
+
[GitHub Action to make a release](https://github.com/satisfactorymodding/SatisfactoryModManager/blob/master/.github/workflows/release.yml).
24
+
5. The action will automatically request signing approval, sending an email to approvers and including the link in the action output.
25
+
The action will busy-wait until approval is granted.
26
+
6. Review the draft release automatically created by Goreleaser and edit its description as needed.
27
+
7. Publish the release.
25
28
26
29
Users will automatically be prompted to update next time they launch SMM.
0 commit comments