mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-21 13:55:43 +00:00
333 B
333 B
Releasing
- Run
release.shscript which updates versions in go.mod files and pushes a new branch to GitHub:
TAG=v1.0.0 ./scripts/release.sh
-
Open a pull request and wait for the build to finish.
-
Merge the pull request and run
tag.shto create tags for packages:
TAG=v1.0.0 ./scripts/tag.sh