5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 02:36:55 +00:00
Commit graph

365 commits

Author SHA1 Message Date
dependabot[bot]
c586abd183
build(deps): bump semantic-release from 22.0.6 to 22.0.7
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.6 to 22.0.7.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.6...v22.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:58:38 +00:00
Geoffrey.C
abc5a17484
Merge pull request #181 from cycjimmy/dependabot/npm_and_yarn/semantic-release-22.0.6
build(deps): bump semantic-release from 22.0.5 to 22.0.6
2023-11-05 21:11:05 +08:00
dependabot[bot]
59421a5456
build(deps): bump semantic-release from 22.0.5 to 22.0.6
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.5 to 22.0.6.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.5...v22.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 00:24:01 +00:00
Geoffrey.C
a07dab9f43
Merge pull request #180 from cycjimmy/dependabot/github_actions/actions/setup-node-4
build(deps): bump actions/setup-node from 3 to 4
2023-10-25 11:06:58 +08: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
Geoffrey.C
e3f0e9c47e
Merge pull request #179 from cycjimmy/dependabot/npm_and_yarn/semantic-release-22.0.5
build(deps): bump semantic-release from 21.1.1 to 22.0.5
2023-09-25 14:38:33 +08:00
dependabot[bot]
87200af8be
build(deps): bump semantic-release from 21.1.1 to 22.0.5
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.1.1 to 22.0.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v21.1.1...v22.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 00:52:58 +00:00
Geoffrey.C
a8347177c7
Merge pull request #174 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.10.1
build(deps): bump @actions/core from 1.10.0 to 1.10.1
2023-09-14 00:02:14 +08:00
dependabot[bot]
c0dc506681
build(deps): bump @actions/core from 1.10.0 to 1.10.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.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>
2023-09-12 00:27:22 +00:00
Geoffrey.C
75aba232a0
Merge pull request #173 from cycjimmy/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2023-09-05 10:35:37 +08: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
Geoffrey.C
4f78463090 docs: modify docs for v4 2023-08-31 13:59:08 +08:00
semantic-release-bot
61680d0e9b chore(release): 4.0.0 [skip ci]
# [4.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0) (2023-08-31)

### Features

* update node version on runner to 20 ([0c20554](0c2055456e))

### BREAKING CHANGES

* set the default node version to 20
2023-08-31 02:53:29 +00:00
Geoffrey.C
31a37a4689
Merge pull request #171 from enell/node20
feat: update node version to 20
2023-08-31 10:53:01 +08:00
Geoffrey.C
81a6335488 docs: modify docs for v4 2023-08-30 21:45:17 +08:00
Geoffrey.C
3b12aa9783 chore: upgrade deps 2023-08-30 21:37:25 +08: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
7f0c0e4904
Merge pull request #165 from elebiodaslingshot/patch-1
docs: fix example tag format with proper lodash
2023-05-09 09:59:34 +08:00
elebiodaslingshot
4dd16d6e8b
docs: fix example tag format with proper lodash 2023-05-08 11:56:13 -05:00
semantic-release-bot
8e58d20d0f chore(release): 3.4.2 [skip ci]
## [3.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.1...v3.4.2) (2023-03-30)

### Bug Fixes

* fix installation error for npm-audit ([86a0e59](86a0e59803)), closes [#159](https://github.com/cycjimmy/semantic-release-action/issues/159)
2023-03-30 08:16:14 +00:00
Geoffrey.C
d1d598471e
Merge pull request #162 from cycjimmy/fix-npm-install-error
fix: fix installation error for npm-audit
2023-03-30 16:15:40 +08: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
Geoffrey.C
f044c7a1fc chore: dependabot ignore semantic-release v21 2023-03-30 14:19:03 +08:00
semantic-release-bot
13158f9d71 chore(release): 3.4.1 [skip ci]
## [3.4.1](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.0...v3.4.1) (2023-03-30)

### Bug Fixes

* **windUpJob:** set last_release outputs before returning ([91e3dc6](91e3dc6dcc))
2023-03-30 05:56:55 +00:00
Geoffrey.C
80c8f56917
Merge pull request #161 from iamludal/main
fix(windUpJob): set last_release outputs before returning
2023-03-30 13:56:30 +08:00
Ludal
91e3dc6dcc
fix(windUpJob): set last_release outputs before returning 2023-03-28 15:11:48 +02:00
Geoffrey.C
b75597b459
Merge pull request #156 from iamludal/main
fix(preInstall): disable silent flag if debug mode is enabled
2023-03-24 16:53:58 +08:00
Geoffrey.C
d5e20eff36
Merge pull request #158 from cycjimmy/dependabot/npm_and_yarn/semantic-release/changelog-6.0.3
build(deps): bump @semantic-release/changelog from 6.0.2 to 6.0.3
2023-03-24 15:47:56 +08:00
dependabot[bot]
c5d479910c
build(deps): bump @semantic-release/changelog from 6.0.2 to 6.0.3
Bumps [@semantic-release/changelog](https://github.com/semantic-release/changelog) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/semantic-release/changelog/releases)
- [Commits](https://github.com/semantic-release/changelog/compare/v6.0.2...v6.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 00:56:31 +00:00
Ludal
6d1b158ad1
disable silent flag on debug (#1) 2023-03-22 14:11:49 +01:00
semantic-release-bot
91ab76a4a3 chore(release): 3.4.0 [skip ci]
# [3.4.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.3.0...v3.4.0) (2023-03-15)

### Features

* add `ci` input parameter ([b356b18](b356b18b5f))
2023-03-15 02:49:44 +00: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
semantic-release-bot
4223352d77 chore(release): 3.3.0 [skip ci]
# [3.3.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.2.0...v3.3.0) (2023-03-07)

### Features

* support for option tagFormat ([ed38eb0](ed38eb0e99))
2023-03-07 02:20:56 +00:00
Geoffrey.C
193a3b9349
Merge pull request #154 from dezkareid/feat/tag-format
feat: input tag format
2023-03-07 10:20:32 +08:00
Geoffrey.C
bfb52b92d1 chore: improve action.yml information 2023-03-07 10:17:20 +08:00
Joel Humberto Gomez Paredes
6c71439622 docs: tag_format parameter 2023-03-05 02:31:53 -06: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
Geoffrey.C
9a76e06dfe docs: fix some text mistakes 2023-02-08 10:06:06 +08:00
Geoffrey.C
a3e5470bff chore: dependabot ignore semantic-release v20 2023-02-08 09:47:55 +08:00
Geoffrey.C
90a4cbe14c
Merge pull request #149 from MikeMcC399/readme-semantic_version
docs(README): update semantic_version description
2023-02-07 14:24:09 +08:00
Mike McCready
e3d9ccfb4a docs(README): update semantic_version description
Update the instructions for using the semantic_version parameter
Describe the current incompatibility with semantic-release v20

closes #148
2023-02-06 08:46:16 +01:00
Geoffrey.C
56bb7f907a
Merge pull request #141 from drahamim/main
docs: update semantic changelog version to 6.0.0
2022-12-16 12:58:20 +08:00
Daniel Rahamim
ff52a9cdec
docs: update semantic changelog version to 6.0.0 2022-12-15 17:22:04 -08:00
Geoffrey.C
2fd1258b18
Merge pull request #139 from cycjimmy/dependabot/npm_and_yarn/semantic-release/changelog-6.0.2
build(deps): bump @semantic-release/changelog from 6.0.1 to 6.0.2
2022-11-30 15:45:56 +08:00
dependabot[bot]
1c8178b66e
build(deps): bump @semantic-release/changelog from 6.0.1 to 6.0.2
Bumps [@semantic-release/changelog](https://github.com/semantic-release/changelog) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/semantic-release/changelog/releases)
- [Commits](https://github.com/semantic-release/changelog/compare/v6.0.1...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 00:00:44 +00:00
Geoffrey.C
d29cb33eb0
Merge pull request #138 from cycjimmy/dependabot/npm_and_yarn/cycjimmy/awesome-js-funcs-4.0.9
build(deps): bump @cycjimmy/awesome-js-funcs from 4.0.8 to 4.0.9
2022-11-23 15:21:07 +08:00
dependabot[bot]
08ff2f4bee
build(deps): bump @cycjimmy/awesome-js-funcs from 4.0.8 to 4.0.9
Bumps [@cycjimmy/awesome-js-funcs](https://github.com/cycjimmy/awesome-js-funcs) from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/cycjimmy/awesome-js-funcs/releases)
- [Changelog](https://github.com/cycjimmy/awesome-js-funcs/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/cycjimmy/awesome-js-funcs/compare/v4.0.8...v4.0.9)

---
updated-dependencies:
- dependency-name: "@cycjimmy/awesome-js-funcs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 00:00:25 +00:00
semantic-release-bot
8f6ceb9d5a chore(release): 3.2.0 [skip ci]
# [3.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.2...v3.2.0) (2022-11-04)

### Features

* added gitHead and gitTag outputs ([385af4f](385af4fa1c))
2022-11-04 14:02:15 +00:00