-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededmay-not-implementNew feature but may not be implementedNew feature but may not be implemented
Milestone
Description
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 into docs(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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededmay-not-implementNew feature but may not be implementedNew feature but may not be implemented