Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: Auto Release

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# 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