Skip to content

Auto‐Release and tagging info

Ligreman edited this page Jul 29, 2023 · 1 revision

Auto Tagging

Auto tagging is done using a plugin called github-tag-action to get the last tag, and whenever there is a new commit to main, it will increase the patch version.

If the commit message contains #minor or #major, then it will bump the respective version. This will just create a tag on the repository.

Auto Release Creation

Once the commit is tagged, a new release is created using this plugin with the respetive version.

The release will contains a zip with the build-result from inside the docker image and the source code.

If multiple commits are pushed at once, it will only build the last one. The release will include infos about all the commits that went into the release.

Clone this wiki locally