Skip to content

Commit c0e5f9c

Browse files
wip
1 parent 314e652 commit c0e5f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"before:init": ["echo init"],
1515
"after:my-plugin:bump": "./bin/my-script.sh",
1616
"after:bump": "echo 'afterbump';.deploy/pipelines/scripts/ci/name-version.sh > ./service.yaml",
17-
"after:git": "echo 'after:git';git tag -f latest; git tag latest --force;git push --tags --force",
17+
"after:git:commit": "echo 'after:git';git tag -f latest; git tag latest --force;git push --tags --force",
1818
"after:git:release": "echo After git push, before github release",
1919
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
2020
}

0 commit comments

Comments
 (0)