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
dependabot[bot]
e933e6931b
build(deps): bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 00:49:56 +00:00
dependabot[bot]
067a5b5c5c
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:59:36 +00: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
46ed3f6eca
ci: modify ci tasks
2022-03-21 11:09:16 +08:00
Geoffrey.C
96f3436022
ci: release with the latest action
...
release with the latest action
2022-03-03 18:36:24 +08:00
Geoffrey.C
e878537b76
Merge pull request #95 from cycjimmy/dependabot/github_actions/actions/checkout-3
...
build(deps): bump actions/checkout from 2 to 3
2022-03-02 10:18:31 +08:00
dependabot[bot]
35e294f35d
build(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 00:24:59 +00:00
dependabot[bot]
1a69751993
build(deps): bump actions/setup-node from 2 to 3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 00:37:43 +00:00
Geoffrey.C
0cfd3e4d0f
Merge pull request #60 from MichaelDeBoey/patch-1
...
chore: update release.yml
2021-04-11 20:25:32 +08:00
Geoffrey.C
bd8d76c711
@dependabot build(deps): use major version v2 for actions/setup-node
...
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
2021-04-11 20:21:15 +08:00
Michaël De Boey
a2eb4c2c21
chore: update release.yml
2021-04-11 14:18:42 +02:00
dependabot[bot]
a9417974d6
build(deps): bump actions/setup-node from v1 to v2.1.5
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v1 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-11 12:13:06 +00:00
Geoffrey.C
dfad37820f
ci: remove unexpected input
2020-11-16 10:51:54 +08:00
cycjimmy
5a010174b5
ci(*): use default branches config
2020-07-02 15:47:59 +08:00
cycjimmy
ae40dc6658
feat(outputs): add new_release_channel
2020-07-02 15:28:08 +08:00
cycjimmy
db14ba3eee
fix: fix wrong version
2020-01-13 17:54:30 +08:00
cycjimmy
f7a4ffb9cd
ci: set semantic_version
2020-01-11 10:58:02 +08:00
cycjimmy
c7843ecaa3
ci: fix action config
2020-01-11 10:36:21 +08:00
cycjimmy
600e4f0e2b
perf(*): use the latest version of semantic-release by default
2020-01-10 17:20:50 +08:00
cycjimmy
5a0c5056e4
ci: set configuration
2020-01-10 17:00:44 +08:00
cycjimmy
22d5f850a3
ci: set @semantic-release/git version to 7.0.18
2020-01-10 10:54:22 +08:00
cycjimmy
0995c986f4
chore(release): modify release task
2019-10-26 19:41:32 +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
575492bbdc
fix(release): bad substitution
2019-10-21 10:12:57 +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
bb964eb28e
fix(branch v1): push updates to v1 branch after releases( #1 )
2019-10-19 06:29:19 +08:00
cycjimmy
d21e9173cb
chore(release.yml): use master version
2019-10-18 10:32:53 +08:00
cycjimmy
6599171ff0
chore(release.yml): use recommend version
2019-10-18 09:59:51 +08:00
cycjimmy
be8f403201
feat: add a new output - "new-release-published"
2019-10-17 20:33:41 +08:00
cycjimmy
0087887969
chore(release.yml): Add release.yml
2019-10-17 19:37:38 +08:00