mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
# [3.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.7.0...v3.0.0) (2022-03-03) ### Features * switch operating environment to node16 ([b5f16ae](b5f16ae54b)), closes [#92](https://github.com/cycjimmy/semantic-release-action/issues/92) [#96](https://github.com/cycjimmy/semantic-release-action/issues/96) ### BREAKING CHANGES * switch operating environment to node16
9.2 KiB
9.2 KiB
3.0.0 (2022-03-03)
Features
BREAKING CHANGES
- switch operating environment to node16
2.7.0 (2021-12-12)
Features
- add working dir (7126083)
2.6.0 (2021-10-15)
Features
- add output for last release version (f8175c6)
2.5.4 (2021-04-30)
Bug Fixes
2.5.3 (2020-11-16)
Bug Fixes
- fix a type error when nextRelease is undefined (f1ae39a)
2.5.2 (2020-11-12)
Bug Fixes
2.5.1 (2020-11-12)
Bug Fixes
2.5.0 (2020-07-02)
Features
- outputs: add new_release_channel (ae40dc6)
2.4.2 (2020-07-02)
Bug Fixes
- new_release_patch_version: fix the problem of inaccurate new_release_patch_version (5da0ac5)
2.4.1 (2020-05-01)
Bug Fixes
- deps: Update @actions/core to ^1.2.4 (00f8039)
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)
2.3.0 (2020-03-21)
Features
2.2.0 (2020-03-15)
Features
- add release notes to output (a56320d)
2.1.3 (2020-01-19)
Bug Fixes
2.1.2 (2020-01-13)
Bug Fixes
- fix wrong version (db14ba3)
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)
2.1.0 (2019-10-31)
Features
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
- .npmrc: clean up
.npmrcfile in the repo after releasing (a0ef86e), closes #2 /github.com/semantic-release/semantic-release/issues/974#issuecomment-546577677
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
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
- come a new action (b9ad41d)