Workflows based on NUKE
-
- Calculate the next release number based on the conventional commits provided in the PR which triggers the workflow
- Conventional Commits settings should be provided following the gh action: cangulo.nuke.releasecreator
-
- Validate the commits provided in the PR which triggers the workflow
- Commits settings should be provided following the gh action: cangulo.nuke.prcommitsvalidations
-
- Release a new version when a PR is merged into
main
.- updates the version tracker file with the new version number
- Updated the changelog with the changes merged, those are extracted from the commit messages
- Tag the
main
branch with the release number
- Settings should be provided following the gh action: cangulo.nuke.releasecreator
- Release a new version when a PR is merged into