Skip to content

Releases: Fresa/release-notes-generator

v0.3.0-pre-2f082a2

01 Jun 14:23
Compare
Choose a tag to compare
v0.3.0-pre-2f082a2 Pre-release
Pre-release

v0.3.0-pre-2f082a2 (2022-06-01)

Features

  • commits: let the commit messages be sent in as input for more options on how to filter them BREAKING CHANGE: the github api integration has been replaced with explicitly providing the input to the release notes; path_to_commits (318a4bf)

Reverts

  • Revert "test what is causing node to fail with Parameter token or opts.auth is required" This reverts commit e29a532. (571e68d)
  • Revert "remove everything and try if it still fails" This reverts commit ef5a295. (9543a0a)

v0.2.3

15 Apr 17:06
62c0a92
Compare
Choose a tag to compare

v0.2.3 (2021-04-15)

v0.2.3-pre-7b421c6

15 Apr 17:04
Compare
Choose a tag to compare
v0.2.3-pre-7b421c6 Pre-release
Pre-release

v0.2.3-pre-7b421c6 (2021-04-15)

v0.2.2

13 Apr 20:39
8e86d4c
Compare
Choose a tag to compare

v0.2.2 (2021-04-13)

Bug Fixes

  • use unique action name to be able to publish on Github marketplace (c797950)

v0.2.2-pre-8f580e7

13 Apr 20:35
Compare
Choose a tag to compare
v0.2.2-pre-8f580e7 Pre-release
Pre-release

v0.2.2-pre-8f580e7 (2021-04-13)

Bug Fixes

  • use unique action name to be able to publish on Github marketplace (c797950)

v0.2.1-pre-c797950

13 Apr 20:34
Compare
Choose a tag to compare
v0.2.1-pre-c797950 Pre-release
Pre-release

v0.2.1-pre-c797950 (2021-04-13)

Bug Fixes

  • use unique action name to be able to publish on Github marketplace (c797950)

v0.2.1

29 Mar 21:50
7454b2b
Compare
Choose a tag to compare

v0.2.1 (2021-03-29)

v0.2.1-pre-345de5f

29 Mar 21:46
345de5f
Compare
Choose a tag to compare
v0.2.1-pre-345de5f Pre-release
Pre-release

v0.2.1-pre-345de5f (2021-03-29)

v0.2.0-pre-4ef6f95

29 Mar 20:32
4ef6f95
Compare
Choose a tag to compare

v0.2.0-pre-4ef6f95 (2021-03-29)

Bug Fixes

  • action path is not available for javascript actions, use node built in __dirname instead (68c9291)
  • catching run exceptions (67b8638)
  • check if any of the environment variables are empty (f1174f1)
  • correct reference of workspace (dc8b5c4)
  • create the path where the artifact is downloaded to if it does not exist (e4db14c)
  • documentation and action attributes (05e51a9)
  • incorrect reference to local action (84e4511)
  • intendation (60c3fd6)
  • local action reference (bde726e)
  • use better error handling for fetching artifacts (165e8a6)
  • use require instead of import for node12 compatibility (d1371f1)

Features

  • add simple action for semantic release notes generator (a5ea943)
  • use zip to pack and unpack artifacts (de65e1d)

v0.2.0

29 Mar 20:56
9fb35af
Compare
Choose a tag to compare

v0.2.0 (2021-03-29)

Bug Fixes

  • action path is not available for javascript actions, use node built in __dirname instead (68c9291)
  • catching run exceptions (67b8638)
  • check if any of the environment variables are empty (f1174f1)
  • correct reference of workspace (dc8b5c4)
  • create the path where the artifact is downloaded to if it does not exist (e4db14c)
  • documentation and action attributes (05e51a9)
  • incorrect reference to local action (84e4511)
  • intendation (60c3fd6)
  • local action reference (bde726e)
  • use better error handling for fetching artifacts (165e8a6)
  • use require instead of import for node12 compatibility (d1371f1)

Features

  • add simple action for semantic release notes generator (a5ea943)
  • use zip to pack and unpack artifacts (de65e1d)