Skip to content

Commit 6fab697

Browse files
bump
1 parent fc524c5 commit 6fab697

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.release-it.ci.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "jest --passWithNoTests",
1919
"test:watch": "jest --watch",
2020
"test:cov": "jest --coverage",
21-
"ci-test": "yarn install && yarn test && yarn prebuild",
21+
"ci-test": "yarn install && release-it -c .release-it.ci.json && yarn test && yarn prebuild",
2222
"release": "yarn run release-it --patch --ci"
2323
},
2424
"engines": {

0 commit comments

Comments
 (0)