Skip to content

Releases: cycjimmy/semantic-release-action

v2.4.0

30 Apr 08:03
Compare
Choose a tag to compare

2.4.0 (2020-04-30)

Bug Fixes

  • fixes rebase mistake for import of renamed func (ddb8d28)

Features

  • added ability to use the "extends" settings (32db8a4)

v2.3.0

21 Mar 09:38
Compare
Choose a tag to compare

2.3.0 (2020-03-21)

Features

  • branches: support branches of semantic-release v16+ (706c0ef), closes #24 #25

v2.2.0

15 Mar 11:10
Compare
Choose a tag to compare

2.2.0 (2020-03-15)

Features

  • add release notes to output (a56320d)

v2.1.3

19 Jan 02:21
Compare
Choose a tag to compare

2.1.3 (2020-01-19)

Bug Fixes

  • branch: parameter branch does not work in semantic v16 (3e27c51), closes #15 #15

v2.1.2

13 Jan 09:55
Compare
Choose a tag to compare

2.1.2 (2020-01-13)

Bug Fixes

v2.1.1

13 Jan 09:48
Compare
Choose a tag to compare

2.1.1 (2020-01-13)

Bug Fixes

  • install: uninterrupted installation errors (3a7ccd6)

Performance Improvements

  • use the latest version of semantic-release by default (600e4f0)

v2.1.0

31 Oct 16:07
Compare
Choose a tag to compare

2.1.0 (2019-10-31)

Features

  • inputs: add semantic_version to specify version range(#3) (55e8862)

v2.0.3

28 Oct 07:12
Compare
Choose a tag to compare

2.0.3 (2019-10-28)

Bug Fixes

  • inputs: adjust the default for the "branch" configuration (e5c555a)

v2.0.2

26 Oct 08:27
Compare
Choose a tag to compare

2.0.2 (2019-10-26)

Bug Fixes

  • .npmrc: modify wrong cwd for exec (6cfcf38)

v2.0.1

26 Oct 07:52
Compare
Choose a tag to compare

2.0.1 (2019-10-26)

Bug Fixes

  • .npmrc: clean up .npmrc file in the repo after releasing (a0ef86e)

Issue: "Failed to replace env in config: ${NPM_TOKEN}" after release #2
Solution: semantic-release/semantic-release#974 (comment)