Skip to content

Commit

Permalink
fix(ci/release-please): exclude v from tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed Nov 18, 2023
1 parent 500a58b commit 565e451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"last-release-sha": "9353a18507f188683168add3a14b0bb045f94395",
"last-release-sha": "e14aa5ab87b89376bacb31fc7ae8e15e20ed4d31",
"release-type": "python",
"packages": {
".": {
"include-component-in-tag": false,
"include-v-in-tag": false,
"package-name": "badgesort",
"exclude-paths": [".github", ".gitignore", "README.md"]
}
Expand Down

0 comments on commit 565e451

Please sign in to comment.