mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-10 12:16:56 +00:00
# [2.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.3.1...v2.0.0) (2019-10-21) ### Styles * **outputs:** uniform outputs to underline format ([4cea44f](4cea44f71a)) ### 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
76 lines
2.4 KiB
Markdown
76 lines
2.4 KiB
Markdown
# [2.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.3.1...v2.0.0) (2019-10-21)
|
|
|
|
|
|
### Styles
|
|
|
|
* **outputs:** uniform outputs to underline format ([4cea44f](https://github.com/cycjimmy/semantic-release-action/commit/4cea44f71ac0f0c6e31dbb1fffeae5826eec6e2a))
|
|
|
|
|
|
### 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](https://github.com/cycjimmy/semantic-release-action/compare/v1.3.0...v1.3.1) (2019-10-21)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **release:** bad substitution ([575492b](https://github.com/cycjimmy/semantic-release-action/commit/575492bbdcd5c93d1349250e3a1847a85d41419c))
|
|
|
|
# [1.3.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.2.1...v1.3.0) (2019-10-21)
|
|
|
|
|
|
### Features
|
|
|
|
* **outputs:** Add outputs related to new release version ([12a1a39](https://github.com/cycjimmy/semantic-release-action/commit/12a1a39975a23b4915e90567d975240096cec66c))
|
|
|
|
## [1.2.1](https://github.com/cycjimmy/semantic-release-action/compare/v1.2.0...v1.2.1) (2019-10-18)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **branch v1:** push updates to v1 branch after releases([#1](https://github.com/cycjimmy/semantic-release-action/issues/1)) ([bb964eb](https://github.com/cycjimmy/semantic-release-action/commit/bb964eb28ee1823e67f82532b9e4d4fd3f135513))
|
|
|
|
# [1.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.1.0...v1.2.0) (2019-10-18)
|
|
|
|
|
|
### Features
|
|
|
|
* **dry_run:** add a new input - "dry_run" ([65686aa](https://github.com/cycjimmy/semantic-release-action/commit/65686aabe72b7b976902b278411b8a4d16298fd0))
|
|
|
|
# [1.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.0.0...v1.1.0) (2019-10-17)
|
|
|
|
|
|
### Features
|
|
|
|
* add a new output - "new-release-published" ([be8f403](https://github.com/cycjimmy/semantic-release-action/commit/be8f403201951e0c7b237bb7daab2c561af7303d))
|
|
|
|
# 1.0.0 (2019-10-17)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **src/index.js:** remove 'stream-buffers' ([d2cecad](https://github.com/cycjimmy/semantic-release-action/commit/d2cecad9a9379c7b03313be62c36da778eafa742))
|
|
|
|
|
|
### Features
|
|
|
|
* come a new action ([b9ad41d](https://github.com/cycjimmy/semantic-release-action/commit/b9ad41da609c63abe1b5f5ab5df7b4383d346906))
|