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

366 commits

Author SHA1 Message Date
dependabot[bot]
c2e8192191
build(deps): bump semantic-release from 24.2.9 to 25.0.1
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.9 to 25.0.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.9...v25.0.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-version: 25.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 00:01:18 +00:00
Geoffrey.C
e03fa181e1
Merge pull request #266 from cycjimmy/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2025-10-17 10:24:57 +08:00
dependabot[bot]
36bdefbcf6
build(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-15 00:01:37 +00:00
semantic-release-bot
ba330626c4 chore(release): 5.0.2 [skip ci]
## [5.0.2](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.1...v5.0.2) (2025-10-10)

### Bug Fixes

* further fix of result handling in windUpJob.task.js ([451bf1f](451bf1fa96)), closes [#264](https://github.com/cycjimmy/semantic-release-action/issues/264)
2025-10-10 06:28:32 +00:00
Geoffrey.C
b67d9790a5
Merge pull request #265 from mgerlach/patch-1
fix: further fix of result handling in windUpJob.task.js
2025-10-10 14:28:03 +08:00
Martin Gerlach
451bf1fa96
fix: further fix of result handling in windUpJob.task.js
Resolves #264
2025-10-09 16:32:45 +02:00
semantic-release-bot
ebcbc66374 chore(release): 5.0.1 [skip ci]
## [5.0.1](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.0...v5.0.1) (2025-10-09)

### Bug Fixes

* improves result handling in windUpJob.task.js ([4267eee](4267eee560))
2025-10-09 10:13:01 +00:00
Geoffrey.C
79d9929b57
Merge pull request #262 from mgerlach/patch-1
fix: improves result handling in windUpJob.task.js
2025-10-09 18:12:42 +08:00
Martin Gerlach
2d054a5550
chore: remove whitespace 2025-10-09 02:34:54 +02:00
Martin Gerlach
4267eee560
fix: improves result handling in windUpJob.task.js
Promise was checked before resolving, so the first early return never happened (Promises are truthy) and the subsequent `if (lastRelease.version)` check produced an error in some cases(`lastRelease` undefined, "Error: TypeError: Cannot read properties of undefined (reading 'version')"). 

Observed for semantic-release-action 4.2.2 and 5.0.0 with semantic_version > 24.2.6 (not observed with 24.2.6). 

The PR prevents reading properties of "undefined".
2025-10-09 02:31:05 +02:00
Geoffrey.C
8e71605483
Merge pull request #261 from cycjimmy/dependabot/npm_and_yarn/semantic-release-24.2.9
build(deps): bump semantic-release from 24.2.7 to 24.2.9
2025-10-03 01:43:16 +08:00
dependabot[bot]
d0147331ab
build(deps): bump semantic-release from 24.2.7 to 24.2.9
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.7 to 24.2.9.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.7...v24.2.9)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-version: 24.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 00:01:13 +00:00
Geoffrey.C
8f46764b73
Merge pull request #257 from cycjimmy/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2025-09-05 17:00:40 +08:00
dependabot[bot]
cc1a3d73b8
build(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 00:01:30 +00:00
Geoffrey.C
c868a78cfc docs: update the actions version in the README (#255) 2025-09-04 16:20:38 +08:00
semantic-release-bot
9cc899c47e chore(release): 5.0.0 [skip ci]
# [5.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.2.2...v5.0.0) (2025-08-30)

### Features

* update node version on runner to 24 ([7869323](78693238b0))

### BREAKING CHANGES

* this action now runs using node 24
2025-08-30 01:16:42 +00:00
Geoffrey.C
5362fd1cca
Merge pull request #255 from DarkAtra/feat/update-node-version-on-runner-to-24
feat!: update node version on runner to 24
2025-08-30 09:16:24 +08:00
Geoffrey.C
92100d1315
Merge pull request #253 from cycjimmy/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2025-08-23 10:23:19 +08:00
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]
db700e46d1
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 10:29:28 +00:00
Geoffrey.C
9a24fc62fd
Merge pull request #251 from cycjimmy/dependabot/npm_and_yarn/semantic-release-24.2.7
build(deps): bump semantic-release from 24.2.6 to 24.2.7
2025-07-20 15:13:22 +08:00
dependabot[bot]
fc78113e7a
build(deps): bump semantic-release from 24.2.6 to 24.2.7
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.6 to 24.2.7.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.6...v24.2.7)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-version: 24.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 00:01:18 +00:00
semantic-release-bot
16ca923e6c chore(release): 4.2.2 [skip ci]
## [4.2.2](https://github.com/cycjimmy/semantic-release-action/compare/v4.2.1...v4.2.2) (2025-07-04)

### Bug Fixes

* **cleanupNpmrc.task.js:** Use @actions/io to remove .npmrc ([b7db0cb](b7db0cbbf5))
2025-07-04 15:16:47 +00:00
Geoffrey.C
5d996b8178
Merge pull request #250 from densogiaichned/main
fix(cleanupNpmrc.task.js): Use @actions/io to remove .npmrc
2025-07-04 23:16:24 +08:00
densogiaichned
b7db0cbbf5
fix(cleanupNpmrc.task.js): Use @actions/io to remove .npmrc 2025-07-04 14:23:59 +02:00
Geoffrey.C
8333fcccaa
Merge pull request #249 from cycjimmy/dependabot/npm_and_yarn/semantic-release-24.2.6
build(deps): bump semantic-release from 24.2.5 to 24.2.6
2025-06-30 15:01:43 +08:00
dependabot[bot]
d9fa6f1462
build(deps): bump semantic-release from 24.2.5 to 24.2.6
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.5 to 24.2.6.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.5...v24.2.6)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-version: 24.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 00:06:25 +00:00
semantic-release-bot
c4a2fa8906 chore(release): 4.2.1 [skip ci]
## [4.2.1](https://github.com/cycjimmy/semantic-release-action/compare/v4.2.0...v4.2.1) (2025-06-07)

### Bug Fixes

* update marked terminal to v7.3.0 ([b52fa1b](b52fa1bae5))
2025-06-07 15:35:33 +00:00
Geoffrey.C
76e103a7e9
Merge pull request #245 from enkhjile/fix/upgrade-marked-terminal
fix: update marked terminal to v7.3.0
2025-06-07 23:35:10 +08:00
Enkhjil Enkhbaatar
b52fa1bae5 fix: update marked terminal to v7.3.0
This resolves dependency version mismatch when using semantic-version 24.2.4
2025-05-22 00:47:43 +09:00
semantic-release-bot
0a51e81a6b chore(release): 4.2.0 [skip ci]
# [4.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.1.1...v4.2.0) (2025-03-14)

### Features

* add ability to unset GITHUB_ACTION env var ([266ea7e](266ea7eb8c))
2025-03-14 08:16:45 +00:00
Geoffrey.C
a41958e8d5
Merge pull request #225 from davidspek/feat/unset-gha
feat: add ability to unset GITHUB_ACTION env var
2025-03-14 16:16:24 +08:00
David van der Spek
9e59817a43 docs: add example for unset_gha_env
Signed-off-by: David van der Spek <david.vanderspek@flyrlabs.com>
2025-03-11 10:39:58 +01: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
Geoffrey.C
fbe969823c
Merge pull request #235 from cycjimmy/dependabot/npm_and_yarn/semantic-release-24.2.3
build(deps): bump semantic-release from 24.2.1 to 24.2.3
2025-03-03 17:03:16 +08:00
Geoffrey.C
57b5211464
Merge pull request #237 from cycjimmy/dependabot/npm_and_yarn/octokit/plugin-paginate-rest-11.4.3
build(deps): bump @octokit/plugin-paginate-rest from 11.3.5 to 11.4.3
2025-03-03 16:29:53 +08:00
dependabot[bot]
42e897ae28
build(deps): bump @octokit/plugin-paginate-rest from 11.3.5 to 11.4.3
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 11.3.5 to 11.4.3.
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v11.3.5...v11.4.3)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 08:25:43 +00:00
Geoffrey.C
61851297c0
Merge pull request #236 from cycjimmy/dependabot/npm_and_yarn/octokit/request-9.2.2
build(deps): bump @octokit/request from 9.1.3 to 9.2.2
2025-03-03 16:23:45 +08:00
dependabot[bot]
83f817527c
build(deps): bump @octokit/request from 9.1.3 to 9.2.2
Bumps [@octokit/request](https://github.com/octokit/request.js) from 9.1.3 to 9.2.2.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](https://github.com/octokit/request.js/compare/v9.1.3...v9.2.2)

---
updated-dependencies:
- dependency-name: "@octokit/request"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-18 19:24:59 +00:00
dependabot[bot]
f6eafe646d
build(deps): bump semantic-release from 24.2.1 to 24.2.3
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.1 to 24.2.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.1...v24.2.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 00:13:17 +00:00
Geoffrey.C
b8d4c1f503
Merge pull request #227 from cycjimmy/dependabot/npm_and_yarn/semantic-release-24.2.1
build(deps): bump semantic-release from 24.2.0 to 24.2.1
2025-01-08 14:14:59 +08:00
dependabot[bot]
9fae2f3e7c
build(deps): bump semantic-release from 24.2.0 to 24.2.1
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.0 to 24.2.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.0...v24.2.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 00:28:47 +00:00
Geoffrey.C
85dc1784ae Revert "fix: set failed when npm install fails"
This reverts commit d4ecc5e312.
2024-12-10 15:04:52 +08:00
Geoffrey.C
d4ecc5e312 fix: set failed when npm install fails
set failed when npm install fails

fix #224
2024-12-10 15:01:35 +08:00
Geoffrey.C
b2ec2708bf
Merge pull request #223 from cycjimmy/dependabot/npm_and_yarn/cross-spawn-7.0.6
build(deps): bump cross-spawn from 7.0.3 to 7.0.6
2024-11-20 13:57:26 +08:00
dependabot[bot]
5db1928ec0
build(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 12:24:23 +00:00
Geoffrey.C
c645b7c93e
Merge pull request #221 from cycjimmy/dependabot/npm_and_yarn/semantic-release-24.2.0
build(deps): bump semantic-release from 24.1.2 to 24.2.0
2024-11-03 18:55:25 +08:00
dependabot[bot]
87342657e6
build(deps): bump semantic-release from 24.1.2 to 24.2.0
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.2 to 24.2.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.1.2...v24.2.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 00:39:12 +00:00
Geoffrey.C
2680a8cc39
Merge pull request #219 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.11.1
build(deps): bump @actions/core from 1.11.0 to 1.11.1
2024-10-08 13:42:00 +08:00
dependabot[bot]
6f0ad41554
build(deps): bump @actions/core from 1.11.0 to 1.11.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.0 to 1.11.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 00:22:00 +00:00