Skip to content

Commit b48944c

Browse files
Configure release-it for Git Flow
Git Flow sets the new version and tag before release-it runs.
1 parent 6d82d03 commit b48944c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.release-it.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"changelog": false,
88
"commit": false,
99
"requireBranch": "main",
10-
"requireCommits": true,
1110
"tagName": "${version}"
1211
}
1312
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "run-s lint:*",
3232
"lint:src": "tsc -p ./tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json",
3333
"lint:demo": "tsc -p ./demo/tsconfig.json && eslint ./demo --report-unused-disable-directives --ext .js,.ts --parser-options=project:./demo/tsconfig.json",
34-
"release": "npx release-it",
34+
"release": "npx release-it --no-increment",
3535
"test": "jest --coverage"
3636
},
3737
"jest": {

0 commit comments

Comments
 (0)