Skip to content

Commit 0a51e81

Browse files
chore(release): 4.2.0 [skip ci]
# [4.2.0](cycjimmy/semantic-release-action@v4.1.1...v4.2.0) (2025-03-14) ### Features * add ability to unset GITHUB_ACTION env var ([266ea7e](cycjimmy@266ea7e))
1 parent a41958e commit 0a51e81

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.1.1...v4.2.0) (2025-03-14)
2+
3+
4+
### Features
5+
6+
* add ability to unset GITHUB_ACTION env var ([266ea7e](https://github.com/cycjimmy/semantic-release-action/commit/266ea7eb8c90943aa9cddd3b0ed326d5e8784a26))
7+
18
## [4.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v4.1.0...v4.1.1) (2024-09-25)
29

310

package-lock.json

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cycjimmy/semantic-release-action",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "GitHub Action for Semantic Release",
55
"main": "index.js",
66
"scripts": {
@@ -25,6 +25,6 @@
2525
"@cycjimmy/awesome-js-funcs": "^4.0.9",
2626
"@semantic-release/changelog": "^6.0.3",
2727
"@semantic-release/git": "^10.0.1",
28-
"semantic-release": "^24.1.1"
28+
"semantic-release": "^24.2.3"
2929
}
3030
}

0 commit comments

Comments
 (0)