Releases: taiki-e/create-gh-release-action
Releases · taiki-e/create-gh-release-action
1.6.1
-
Fix invalid version format check introduced in 1.4.0.
-
Remove uses of deprecated set-output workflow commands.
1.6.0
-
Add
token
input option to use the specified token instead ofGITHUB_TOKEN
environment variable. -
Add
ref
input option to use the specified tag ref instead ofGITHUB_REF
environment variable. -
Update
parse-changelog
to 0.5.1. This includes a bug fix and performance improvements.
1.5.0
- Set
computed-prefix
andversion
outputs. (#12, thanks @sunshowers)
1.4.0
1.3.0
1.2.2
- Update
parse-changelog
to 0.4.3. This includes a bug fix and performance improvements.
1.2.1
- Update
parse-changelog
to 0.4.1. This includes a bug fix and performance improvements.
1.2.0
- Add
branch
input option to reject releases from commits not contained in specified branches (#7)
1.1.0
1.0.3
- Pin the version of
parse-changelog
.