Commit Graph

12 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 7607f96ee1
chore: run prettier 2023-06-03 01:10:42 +05:30
Harsh Shandilya ce87698019 feat: upgrade all dependencies 2023-02-09 11:48:46 +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
Markus Poerschke 3fd796b8d0 Fix replacment of lower cased "Unreleased" link references
When a "Unreleased" link reference was lower cased, then it was not replaced.
In Markdown, link references are case insensitive.
Prettier for example will make them all lower case.
Therefore the identifier rather than the label must be compared to find the "Unreleased" link reference.
2021-02-20 22:05:25 +01:00
Thomas Eizinger b843c90a37
Actually use the input and update the changelog 2020-09-22 14:43:59 +10:00
Thomas Eizinger ed61da00f6
Fix some linter errors 2020-09-22 14:38:32 +10:00
Thomas Eizinger bdf30052a5
Make path to changelog file configurable 2020-09-22 14:36:08 +10:00
Thomas Eizinger 81f343d83a Correctly parse genesis hash from output 2020-02-15 17:40:38 +08: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 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