Skip to content

Commit

Permalink
ci: Fix git tags being prefixed with project name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed May 30, 2024
1 parent 19115ca commit def5240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"release-type": "rust",
"bump-minor-pre-major": true,
"packages": {
".": {}
".": {
"include-component-in-tag": false
}
}
}

0 comments on commit def5240

Please sign in to comment.