Skip to content

Commit 565e451

Browse files
committed
fix(ci/release-please): exclude v from tag name
1 parent 500a58b commit 565e451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"last-release-sha": "9353a18507f188683168add3a14b0bb045f94395",
2+
"last-release-sha": "e14aa5ab87b89376bacb31fc7ae8e15e20ed4d31",
33
"release-type": "python",
44
"packages": {
55
".": {
66
"include-component-in-tag": false,
7+
"include-v-in-tag": false,
78
"package-name": "badgesort",
89
"exclude-paths": [".github", ".gitignore", "README.md"]
910
}

0 commit comments

Comments
 (0)