5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00
semantic-release-action/.github
cycjimmy 4cea44f71a style(outputs): uniform outputs to underline format
uniform outputs to underline format

BREAKING CHANGE: 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 13:30:51 +08:00
..
ISSUE_TEMPLATE feat: come a new action 2019-10-17 19:27:21 +08:00
workflows style(outputs): uniform outputs to underline format 2019-10-21 13:30:51 +08:00
CONTRIBUTING.md feat: come a new action 2019-10-17 19:27:21 +08:00
PULL_REQUEST_TEMPLATE.md feat: come a new action 2019-10-17 19:27:21 +08:00