Skip to content

Commit 165b4d8

Browse files
bump
1 parent 272a301 commit 165b4d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.release-it.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
12
{
3+
"use" : "release-it --patch --ci",
24
"npm": {
35
"publish": false
46
},
@@ -12,7 +14,7 @@
1214
"before:init": ["echo init"],
1315
"after:my-plugin:bump": "./bin/my-script.sh",
1416
"after:bump": "echo 'afterbump';.deploy/pipelines/scripts/ci/name-version.sh > ./service.yaml",
15-
"before:git:push": "echo 'before:git:push';git tag -f latest",
17+
"after:git": "echo 'after:git';git tag -f latest; git tag latest --force;git push --tags --force",
1618
"after:git:release": "echo After git push, before github release",
1719
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
1820
}

0 commit comments

Comments
 (0)