Skip to content

Commit f3800e9

Browse files
wip
1 parent ba8c191 commit f3800e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.release-it.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"hooks": {
1414
"before:init": ["echo init"],
15-
"after:my-plugin:bump": "./bin/my-script.sh",
1615
"after:bump": "echo 'afterbump';.deploy/pipelines/scripts/ci/name-version.sh > ./service.yaml",
17-
"after:git:commit": "echo 'after:git';git tag -f latest; git tag latest --force;git push --tags --force",
18-
"after:git:release": "echo After git push, before github release",
16+
"after:git:stage": "echo After git stage",
17+
"after:git:commit": "echo After git commit",
18+
"after:git:release": "echo After git push, before github release; echo 'after:git';git tag -f latest; git tag latest --force;git push --tags --force",
1919
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
2020
}
2121
}

0 commit comments

Comments
 (0)