5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-10 12:16:56 +00:00
Commit graph

9 commits

Author SHA1 Message Date
cycjimmy
feb118b68d refactor(*): split tasks and modules 2019-10-26 19:19:39 +08:00
cycjimmy
6cfcf38c9b fix(.npmrc): modify wrong cwd for exec 2019-10-26 16:26:11 +08:00
cycjimmy
a0ef86eea3 fix(.npmrc): clean up .npmrc file in the repo after releasing
Issue: "Failed to replace env in config: ${NPM_TOKEN}" after release #2
solution:https://github.com/semantic-release/semantic-release/issues/974#issuecomment-546577677
2019-10-26 15:51:03 +08:00
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
cycjimmy
12a1a39975 feat(outputs): Add outputs related to new release version
Add outputs related to new release version
- `new-release-version`: Version of the new release
- `new-release-major-version`: Major version of the new release
- `new-release-minor-version`: Minor version of the new release
- `new-release-patch-version`: Patch version of the new release
2019-10-21 09:46:25 +08:00
cycjimmy
65686aabe7 feat(dry_run): add a new input - "dry_run" 2019-10-18 13:49:05 +08:00
cycjimmy
be8f403201 feat: add a new output - "new-release-published" 2019-10-17 20:33:41 +08:00
cycjimmy
d2cecad9a9 fix(src/index.js): remove 'stream-buffers' 2019-10-17 19:38:56 +08:00
cycjimmy
b9ad41da60 feat: come a new action 2019-10-17 19:27:21 +08:00