Commit Graph

7 Commits

Author SHA1 Message Date
Marko Sagadin 28b3832a99
Update node version in action.yml 2024-03-01 10:28:02 +01:00
MarkoSagadin 8be1721d2f Update node version in action.yml
Fixes: #18
2023-11-13 08:40:55 +01:00
h4sh3d 576342e16c
New tag argument to control prefix of version
Add an new input `tag` and remove `version` as required option to allow
smooth transition to the new `tag` argument later. If tag is set version
argument is ignored, if version argument is set a warning is emitted to
transition to tag and tag is set to its value.

Internally tag is added along version to differentiate the version
(strict semver) and the tag (potentially 'v' prefixed semver). If the
tag is prefixed, version is set as the non-prefixed tag value.
2021-10-07 09:22:49 +02:00
Thomas Eizinger bdf30052a5
Make path to changelog file configurable 2020-09-22 14:36:08 +10:00
Thomas Eizinger aaff8e19d0 Add branding to action 2020-02-15 15:52:47 +08:00
Thomas Eizinger 8b85b3004e Allow date to be configured 2020-02-15 15:52:44 +08:00
Thomas Eizinger 8f254ca247 Initial commit 2020-02-15 13:26:26 +08:00