12
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-05-14 20:40:32 +00:00
Commit graph

72 commits

Author SHA1 Message Date
Leif Ødegård Uhlen
bcf0942c49 fixing more issues cjs->esm 2026-05-05 12:11:29 +02:00
Leif Ødegård Uhlen
0ff5438ab2 fixing more issues cjs->esm 2026-05-05 12:07:28 +02:00
Leif Ødegård Uhlen
716e1d26e9 fixing more issues cjs->esm 2026-05-05 12:03:18 +02:00
Leif Ødegård Uhlen
574cc250a9 fixing more issues cjs->esm 2026-05-05 11:56:25 +02:00
Leif Ødegård Uhlen
de01a3558f fixing more issues cjs->esm 2026-05-05 11:54:40 +02:00
Leif Ødegård Uhlen
ec612c7039 fixing more issues cjs->esm 2026-05-05 11:53:11 +02:00
Leif Ødegård Uhlen
b4991f673e fixing more issues cjs->esm 2026-05-05 11:51:26 +02:00
Leif Ødegård Uhlen
e81b4e333a fixing more issues cjs->esm 2026-05-05 11:49:04 +02:00
Leif Ødegård Uhlen
5993226413 fixing more issues cjs->esm 2026-05-05 11:44:36 +02:00
Leif Ødegård Uhlen
ce7ddeb69c fixing more issues cjs->esm 2026-05-05 11:42:25 +02:00
Leif Ødegård Uhlen
d0e921a535 fixing more issues cjs->esm 2026-05-05 11:41:23 +02:00
Leif Ødegård Uhlen
26af2a1a36 more cjs->esm migrations 2026-05-05 11:39:33 +02:00
Leif Ødegård Uhlen
48f96baaf9 even more tweaks cjs->esm 2026-05-05 11:36:58 +02:00
Leif Ødegård Uhlen
4af0103c5e more changes cjs=>esm 2026-05-05 11:34:19 +02:00
Leif Ødegård Uhlen
b71c53a4f8 more fixes cjs->esm 2026-05-05 11:07:57 +02:00
Leif Ødegård Uhlen
eb08b6d904 more tweaks cjs->esm 2026-05-05 11:04:32 +02:00
Leif Ødegård Uhlen
ca92529945 more fixes cjs->esm 2026-05-05 11:02:21 +02:00
Leif Ødegård Uhlen
492699a3ee rewriting module to esm 2026-05-05 10:45:51 +02:00
Leif Ødegård Uhlen
61436fbfef more fixes and tweaks cjs -> esm 2026-05-05 10:42:20 +02:00
Leif Ødegård Uhlen
f7e83f6743 more fixes 2026-05-05 10:35:55 +02:00
Leif Ødegård Uhlen
f328ed8b3c more commonjs vs. esm tweaks 2026-05-05 10:31:16 +02:00
Leif Ødegård Uhlen
a1d9acfe39 fix regression after actions/core v3.0.0-upgrade, now esm only 2026-05-05 10:15:41 +02:00
Martin Gerlach
451bf1fa96
fix: further fix of result handling in windUpJob.task.js
Resolves #264
2025-10-09 16:32:45 +02: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
densogiaichned
b7db0cbbf5
fix(cleanupNpmrc.task.js): Use @actions/io to remove .npmrc 2025-07-04 14:23:59 +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
cycjimmy
42976755bc fix: fix syntax error for importing 2024-03-19 22:06:01 +08:00
mym0404
f7e54f1047 refactor: rename handle repository url option function 2024-03-19 17:33:17 +09:00
mym0404
8dffec4efa feat: add repository_url input 2024-03-19 17:29:33 +09: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
86a0e59803 fix: fix installation error for npm-audit
fix installation error for npm-audit

fix #159
2023-03-30 16:08:14 +08:00
Ludal
91e3dc6dcc
fix(windUpJob): set last_release outputs before returning 2023-03-28 15:11:48 +02:00
Ludal
6d1b158ad1
disable silent flag on debug (#1) 2023-03-22 14:11:49 +01: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
Joel Humberto Gomez Paredes
a1673fc63d refactor: rename parameter tagFormat 2023-03-05 02:29:57 -06:00
Joel Humberto Gomez Paredes
ed38eb0e99 feat: support for option tagFormat 2023-03-03 04:25:24 -06:00
Dan Hunt
385af4fa1c feat: added gitHead and gitTag outputs 2022-11-03 10:35:24 -04:00
BirdDev
b1467cd17e fix: set last_release_version output even if no release has been published 2022-08-22 22:35:41 +02:00
heiko.rothe
4a51b9fada
feat: handle versioned extends inputs correctly
In some cases, you may want to provide a version for the config you want
to extend. This change will now pass the correct format for such a case
down to semantic-release.
2022-08-01 12:30:51 +02:00
Geoffrey.C
32ba2144e2 build: fix cjs path 2022-03-21 11:01:20 +08:00
Thomas GRUSON
71260837fb
feat: add working dir 2021-12-09 17:29:22 +01:00
Geoffrey.C
18efd1eecf build(deps): bump @cycjimmy/awesome-js-funcs from 2.7.0 to 3.1.0
fix #85
2021-11-26 14:41:01 +08:00
heiko.rothe
f8175c6491
feat: add output for last release version
E.g. helpful to use in CI pipelines where versions are not committed to
the repository.
2021-10-14 17:12:50 +02:00
Geoffrey.C
f1ae39a58a fix: fix a type error when nextRelease is undefined 2020-11-16 10:46:38 +08:00
Geoffrey.C
7ca507d26a fix(*): use silent installation to prevent npm WARN
fix #48
2020-11-12 16:51:33 +08:00
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