mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-08 19:26:55 +00:00
chore(release): 2.0.0 [skip ci]
# [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
This commit is contained in:
parent
4cea44f71a
commit
cf5f706ea8
3 changed files with 32 additions and 2 deletions
|
|
@ -1,3 +1,33 @@
|
|||
# [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)
|
||||
|
||||
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cycjimmy/semantic-release-action",
|
||||
"version": "1.3.1",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cycjimmy/semantic-release-action",
|
||||
"version": "1.3.1",
|
||||
"version": "2.0.0",
|
||||
"description": "GitHub Action for Semantic Release",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue