Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

80 lines (49 loc) · 2.37 KB

github-release-from-changelog Changelog

2.1.1 - 2020-02-18

  • Bump dependency triggering warning
    [GitHub API] Deprecation notice for authentication via URL query parameters

2.1.0 - 2019-09-20

  • 😂 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 - 2019-09-20

🥳 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.3.2 - 2018-06-07

1.3.1 - 2018-01-22

1.3.0 - 2017-12-06

1.2.1 - 2016-06-28

  • Fixed: Empty value for parameter 'tag_name': undefined

1.2.0 - 2016-06-28

1.1.4 - 2016-06-07

  • Fixed: TypeError: Cannot read property 'createRelease' of undefined by fixing grizzly version. (#12)

1.1.3 - 2016-02-12

  • Fixed: chmod +x ./github-release-from-changelog.js

1.1.2 - 2016-02-12

  • Fixed: tag starting with "v" are now compatible. (#9)

1.1.1 - 2016-01-06

  • Fixed: blank line are not stripped for block anymore (which can break markdown rendering - eg: title using ## ) (#7)

1.1.0 - 2015-11-10

  • Added: --filename option to specify your own filename (if you don't use CHANGELOG.md).

1.0.0 - 2015-10-04

✨ Initial release