- Bump dependency triggering warning
[GitHub API] Deprecation notice for authentication via URL query parameters
- 😂 Fix a specific bug if a line contain a version similar to supported markdown title
- 🎉 We now show a direct link to the release
🥳 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)
- Fix "Keep A Changelog" version detection by @igetgames
- Add support for auto-determing different CHANGELOG filenames, by @koppor, reported by @MoOx (in #6)
- Add support for format of "Keep a Changelog", by @koppor
- Fixed:
Empty value for parameter 'tag_name': undefined
- Changed: use
grizzly
v2.x (ref node-grizzly#1)
- Fixed:
TypeError: Cannot read property 'createRelease' of undefined
by fixinggrizzly
version. (#12)
- Fixed:
chmod +x ./github-release-from-changelog.js
- Fixed: tag starting with "v" are now compatible. (#9)
- Fixed: blank line are not stripped for block anymore (which can break
markdown rendering - eg: title using
##
) (#7)
- Added:
--filename
option to specify your own filename (if you don't useCHANGELOG.md
).
✨ Initial release