We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc524c5 commit 6fab697Copy full SHA for 6fab697
.release-it.ci.json
@@ -0,0 +1,14 @@
1
+
2
+{
3
+ "use" : "release-it --patch --ci",
4
+ "npm": {
5
+ "publish": false
6
+ },
7
+ "git": {
8
+ "commitMessage": "chore: release v${version}"
9
10
+ "hooks": {
11
+ "before:init": ["echo init"],
12
+ "after:bump": "echo 'afterbump';.deploy/pipelines/scripts/ci/name-version.sh > ./service.yaml"
13
+ }
14
+}
package.json
@@ -18,7 +18,7 @@
18
"test": "jest --passWithNoTests",
19
"test:watch": "jest --watch",
20
"test:cov": "jest --coverage",
21
- "ci-test": "yarn install && yarn test && yarn prebuild",
+ "ci-test": "yarn install && release-it -c .release-it.ci.json && yarn test && yarn prebuild",
22
"release": "yarn run release-it --patch --ci"
23
},
24
"engines": {
0 commit comments