create-release:
uses: init4tech/actions/.github/workflows/auto-release.yml@main
with:
generate-tag: true
generate-tagDescription: 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-tagDescription: If generate-tag is set to false then the specified tag will be used to create the release
Type: string
GENERATED_TAGDescription: The tag that was generated for the release