Tommy Schmidt
78693238b0
feat: update node version on runner to 24
...
BREAKING CHANGE: this action now runs using node 24
2025-08-20 17:12:45 +02:00
David van der Spek
266ea7eb8c
feat: add ability to unset GITHUB_ACTION env var
...
Signed-off-by: David van der Spek <david.vanderspek@flyrlabs.com>
2025-03-11 10:31:42 +01:00
MJ Studio
d7ab7f2e6d
wip: modifiying
2024-03-19 17:26:21 +09:00
Johan Enell
0c2055456e
feat: update node version on runner to 20
...
BREAKING CHANGE: set the default node version to 20
2023-08-24 15:09:28 +02:00
Geoffrey.C
039e6080a2
Merge pull request #153 from 1nVitr0/main
...
feat: add `ci` input parameter
2023-03-15 10:49:09 +08:00
Aram Becker
b356b18b5f
feat: add ci input parameter
2023-03-14 11:37:27 +01:00
Geoffrey.C
bfb52b92d1
chore: improve action.yml information
2023-03-07 10:17:20 +08:00
Dan Hunt
385af4fa1c
feat: added gitHead and gitTag outputs
2022-11-03 10:35:24 -04:00
Geoffrey.C
b5f16ae54b
feat: switch operating environment to node16
...
switch operating environment to node16
BREAKING CHANGE: switch operating environment to node16
#92 , #96
2022-03-03 16:56:19 +08:00
Thomas GRUSON
71260837fb
feat: add working dir
2021-12-09 17:29:22 +01:00
Geoffrey.C
d9c764f106
docs: complete the description of "last_release_version" in action.yml
...
#82
2021-11-26 16:00:44 +08:00
cycjimmy
ae40dc6658
feat(outputs): add new_release_channel
2020-07-02 15:28:08 +08:00
cycjimmy
3c3254030d
docs(*): some chores
2020-05-06 16:57:44 +08: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
5481586b4e
style(*): unify quotes
2019-11-01 16:13:46 +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
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
18455e9e99
refactor(inputs): remove redundant defaults and options
2019-10-26 22:40:30 +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
69d08ff2e5
refactor(action.yml): Rename for Release Action
2019-10-17 20:42:48 +08:00
cycjimmy
e26c4e9316
refactor(action.yml): Rename for Release Action
2019-10-17 20:40:27 +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