Releases: MoOx/github-release-from-changelog
Releases · MoOx/github-release-from-changelog
2.1.1
- Bump dependency triggering warning
[GitHub API] Deprecation notice for authentication via URL query parameters
2.1.0
- 😂 Fix a specific bug if a line contain a version similar to supported markdown title
- 🎉 We now show a direct link to the release
2.0.0
🥳 Less contraints!
Now we support multiples version format like
# X.Y.Z
## X.Y.Z
## vX.Y.Z
## [vX.Y.Z
## [X.Y.Z
(This means no more code specific to https://keepachangelog.com & more flexibility)
1.2.1
- Fixed:
Empty value for parameter 'tag_name': undefined
1.1.4
- Fixed:
TypeError: Cannot read property 'createRelease' of undefined
by fixing grizzly
version.
(#12)
1.1.3
- Fixed:
chmod +x ./github-release-from-changelog.js
1.1.2
- Fixed: tag starting with "v" are now compatible.
(#9)