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
Builds and packages a new version of mod. You can reference this workflow in your own repository on `workflow-dispatch` and have the user type in a version number. Then it does the rest!
176
+
Builds and packages a new version of mod. You can reference this workflow in your own repository on `workflow-dispatch` and have the developer type in a version number. Then it does the rest!
177
177
178
-
After running `update-version`, this workflow commits the version file changes and creates a new tag. Then it runs `compile` and `assemble-release`. And then finally it creates a draft github release with the packaged mod attached.
178
+
**Note that this action DOES commit files to git (updated changelogs, version files, etc) so if you're testing it out you should do it on a separate branch.**
179
+
180
+
After running `update-version`, this workflow commits the changelog and version file changes and creates a new tag. Then it runs `compile` and `assemble-release`. And then finally it creates a draft github release with the packaged mod attached.
Uses `yaclog` and `yaclog-ksp` to update a changelog and get release notes. Then runs [update-version.sh](#update-version.sh) to replace version tokens in several text files. All modifications will be staged to git but not committed.
282
+
Uses [yaclog](https://yaclog.readthedocs.io/en/latest/index.html) and [yaclog-ksp](https://pypi.org/project/yaclog-ksp/) to update a changelog and get release notes. Then runs [update-version.sh](#update-version.sh) to replace version tokens in several text files. All modifications will be staged to git but not committed.
0 commit comments