[enhancement] Use {version} in commit message to point to the release tag #1
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
may-not-implement
New feature but may not be implemented
Milestone
Is your feature request related to a problem? Please describe
It is common to have version info in commits related to changelog.
Description of the new feature/enhancement
Can use
{version}
in commit message to point to the release version.e.g.,
docs(CHANGELOG): release notes for {version}
can be translated intodocs(CHANGELOG): release note for v0.0.4
Proposed technical implementation details (optional)
Python format string. PyGithub to get latest release tag or pass input from workflow file
Can add a new input called
version
default to use latest version tag and can be set to use event-trigger release tag.The text was updated successfully, but these errors were encountered: