5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-10 12:16:56 +00:00
semantic-release-action/docs/CHANGELOG.md
semantic-release-bot 49e15bd489 chore(release): 2.0.3 [skip ci]
## [2.0.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.2...v2.0.3) (2019-10-28)

### Bug Fixes

* **inputs:** adjust the default for the "branch" configuration ([e5c555a](e5c555a613))
2019-10-28 07:12:05 +00:00

3.5 KiB

2.0.3 (2019-10-28)

Bug Fixes

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

2.0.2 (2019-10-26)

Bug Fixes

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

2.0.1 (2019-10-26)

Bug Fixes

2.0.0 (2019-10-21)

Styles

  • outputs: uniform outputs to underline format (4cea44f)

BREAKING CHANGES

  • outputs: uniform outputs to underline format

Before:

outputs:

  • new-release-published:
  • new-release-version
  • new-release-major-version
  • new-release-minor-version
  • new-release-patch-version

After:

outputs:

  • new_release_published:
  • new_release_version
  • new_release_major_version
  • new_release_minor_version
  • new_release_patch_version

1.3.1 (2019-10-21)

Bug Fixes

  • release: bad substitution (575492b)

1.3.0 (2019-10-21)

Features

  • outputs: Add outputs related to new release version (12a1a39)

1.2.1 (2019-10-18)

Bug Fixes

  • branch v1: push updates to v1 branch after releases(#1) (bb964eb)

1.2.0 (2019-10-18)

Features

  • dry_run: add a new input - "dry_run" (65686aa)

1.1.0 (2019-10-17)

Features

  • add a new output - "new-release-published" (be8f403)

1.0.0 (2019-10-17)

Bug Fixes

  • src/index.js: remove 'stream-buffers' (d2cecad)

Features