Skip to content

Update main.yml

Update main.yml #2

Workflow file for this run

name: Auto Release
# You may pin to the exact commit or the version.
# uses: CupOfTea696/gh-action-auto-release@a8f57f49a805d334ac7abe31b689e7ea24e1ee40
uses: CupOfTea696/[email protected]
with:
# Title for the release
title: # optional, default is Version $semver
# Name for the git tag
tag: # optional, default is $version
# Whether or not this release should be published as a draft
draft: # optional, default is false
# The path to the CHANGELOG
changelog: # optional, default is CHANGELOG.md
# String a CHANGELOG entry must contain to be used as the entry for this release
changelog-entry: # optional, default is $version
# Pattern the commit message must match to create a release
regex: # optional
# Pattern the commit message must match to mark the release as a prerelease
prerelease-regex: # optional