Skip to content

Releases: MoOx/github-release-from-changelog

2.1.1

18 Feb 14:54
50eb42a
Compare
Choose a tag to compare
  • Bump dependency triggering warning
    [GitHub API] Deprecation notice for authentication via URL query parameters

2.1.0

20 Sep 07:17
cdd860e
Compare
Choose a tag to compare
  • 😂 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

20 Sep 06:49
126f51e
Compare
Choose a tag to compare

🥳 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

07 Jun 11:37
Compare
Choose a tag to compare

1.3.1

22 Jan 09:32
Compare
Choose a tag to compare

1.3.0

06 Dec 09:03
Compare
Choose a tag to compare

1.2.1

28 Jun 04:36
Compare
Choose a tag to compare
  • Fixed: Empty value for parameter 'tag_name': undefined

1.1.4

07 Jun 05:37
Compare
Choose a tag to compare
  • Fixed: TypeError: Cannot read property 'createRelease' of undefined
    by fixing grizzly version.
    (#12)

1.1.3

12 Feb 18:35
Compare
Choose a tag to compare
  • Fixed: chmod +x ./github-release-from-changelog.js

1.1.2

12 Feb 18:32
Compare
Choose a tag to compare
  • Fixed: tag starting with "v" are now compatible.
    (#9)