Skip to content

Commit 35e0e35

Browse files
committed
chore: don't add commits for release
With protected branches enabled, we cannot push new commits to master. So we tag the last commit instead of making a new one.
1 parent e053dca commit 35e0e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
44
"safeBump": false,
55
"src": {
6-
"commitMessage": "chore: release %s",
6+
"commit": false,
77
"tagName": "v%s"
88
},
99
"npm": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-worker-proxy",
3-
"version": "0.5.2",
3+
"version": "0.0.0",
44
"description": "A better way of working with web workers",
55
"keywords": [
66
"web worker",

0 commit comments

Comments
 (0)