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

66 commits

Author SHA1 Message Date
cycjimmy
55e8862f17 feat(inputs): add semantic_version to specify version range(#3)
semantic_version: Specify specifying version range for semantic-release. If no version range is
specified, semantic-release@^15 will be used by default.
2019-11-01 00:06:27 +08:00
cycjimmy
56fc83231a docs(extra_plugins): improve extra_plugins configuration document(#3) 2019-10-31 22:57:14 +08:00
cycjimmy
e5c555a613 fix(inputs): adjust the default for the "branch" configuration 2019-10-28 15:10:20 +08:00
cycjimmy
602ea31215 docs(inputs): remove redundant defaults 2019-10-21 13:49:38 +08:00
cycjimmy
cd22d88ccf docs(readme): use v2 in example 2019-10-21 13:38:48 +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
150d0509de docs(README): recommend to use major version(#1) 2019-10-19 06:51:02 +08:00
cycjimmy
1a37a580d3 doc(README): Update version number and place badge 2019-10-18 16:39:29 +08:00
cycjimmy
89d549d2ff test(testRelease): add Test Release workflow 2019-10-18 14:17:47 +08:00
cycjimmy
65686aabe7 feat(dry_run): add a new input - "dry_run" 2019-10-18 13:49:05 +08:00
cycjimmy
414c6b911b docs(README.md): recommend to use a exact version 2019-10-18 10:30:32 +08:00
cycjimmy
147b86f4f3 docs(README.md): modify instructions for usage 2019-10-18 09:54:45 +08:00
cycjimmy
be8f403201 feat: add a new output - "new-release-published" 2019-10-17 20:33:41 +08:00
cycjimmy
b9ad41da60 feat: come a new action 2019-10-17 19:27:21 +08:00
cycjimmy
d9823e84f7 Initial commit 2019-10-17 09:28:19 +08:00