taiki-e / create-gh-release-action

GitHub Action for creating GitHub Releases based on changelog.
Apache License 2.0
72 stars 11 forks source link

Remove trailing hyphen from prefix #10

Closed taiki-e closed 2 years ago

taiki-e commented 2 years ago

Currently, if INPUT_PREFIX is tracing[a-z-]* and tag is tracing-subscriber-0.3.4, $prefix is tracing-subscriber-, because trailing hyphen is included in INPUT_PREFIX's pattern.

fyi @hawkw