We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e053dca commit 35e0e35Copy full SHA for 35e0e35
.release-it.json
@@ -3,7 +3,7 @@
3
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
4
"safeBump": false,
5
"src": {
6
- "commitMessage": "chore: release %s",
+ "commit": false,
7
"tagName": "v%s"
8
},
9
"npm": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-worker-proxy",
- "version": "0.5.2",
+ "version": "0.0.0",
"description": "A better way of working with web workers",
"keywords": [
"web worker",
0 commit comments