5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-14 05:53:46 +00:00
Commit graph

3 commits

Author SHA1 Message Date
semantic-release-bot
cf5f706ea8 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
2019-10-21 05:31:55 +00:00
cycjimmy
463a57bad7 build(dependencies): use commitizen 2019-10-21 11:07:06 +08:00
cycjimmy
b9ad41da60 feat: come a new action 2019-10-17 19:27:21 +08:00