Commit Graph

5 Commits

Author SHA1 Message Date
Dervex e60399f488 Fix spacing in Markdown lists and definitions (#22) 2024-04-24 05:30:00 +05:30
Harsh Shandilya 7474ec805e fix: update test fixtures 2023-06-02 17:57:16 +00: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 7dd6b2b9dd Allow action to be used for the first release
Resolves #1.
2020-02-15 17:29:25 +08:00
Thomas Eizinger 9f77db0198 Make test-cases more generic 2020-02-15 13:37:51 +08:00