create-release:
uses: init4tech/actions/.github/workflows/auto-release.yml@main
with:
generate-tag: true
generate-tag
Description: If set to true
then the action will automatically find the next patch release and create a new tag + release for it
Type: boolean
custom-tag
Description: If generate-tag
is set to false
then the specified tag will be used to create the release
Type: string
GENERATED_TAG
Description: The tag that was generated for the release