cycjimmy
ae40dc6658
feat(outputs): add new_release_channel
2020-07-02 15:28:08 +08:00
cycjimmy
5da0ac558e
fix(new_release_patch_version): fix the problem of inaccurate new_release_patch_version
2020-07-02 14:44:00 +08:00
Filip Arenbo
ddb8d2814d
fix: fixes rebase mistake for import of renamed func
2020-04-30 09:56:34 +02:00
Filip Arenbo
32db8a49b2
feat: added ability to use the "extends" settings
...
This is done to be able to use shared configurations
docs: Added docs for the extends feature
fix: syntax error, due to rebase
2020-04-29 20:27:04 +02:00
cycjimmy
706c0ef960
feat(branches): support branches of semantic-release v16+
...
support branches of semantic-release v16+
#24 #25
2020-03-21 16:47:29 +08:00
Maarten Van Hoof
a56320d643
feat: add release notes to output
2020-03-15 09:47:43 +01:00
cycjimmy
3e27c518af
fix(branch): parameter branch does not work in semantic v16
...
parameter `branch` does not work in semantic v16(#15 )
#15
2020-01-19 10:15:24 +08:00
cycjimmy
3a7ccd6a7f
fix(install): uninterrupted installation errors
2020-01-13 16:53:47 +08:00
cycjimmy
600e4f0e2b
perf(*): use the latest version of semantic-release by default
2020-01-10 17:20:50 +08:00
cycjimmy
47a5ebd133
chore: set accurate install path
2020-01-10 16:36:53 +08:00
cycjimmy
ac4bc8539b
chore: add debug info
2020-01-10 16:31:20 +08:00
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
e5c555a613
fix(inputs): adjust the default for the "branch" configuration
2019-10-28 15:10:20 +08:00
cycjimmy
18455e9e99
refactor(inputs): remove redundant defaults and options
2019-10-26 22:40:30 +08:00
cycjimmy
fd6487c160
refactor(*): split set up task
2019-10-26 21:54:14 +08:00
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