Skip to content

Commit

Permalink
fix(ci): correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Sep 18, 2024
1 parent 183178d commit 28b0d4d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"bootstrap-sha": "eefc5a8d6dd623b6928fd99dc5681095a29cb633",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {
"release-type": "rust"
"component": "rari",
"release-type": "rust",
"include-component-in-tag": false,
"include-v-in-tag": true
}
}
}

0 comments on commit 28b0d4d

Please sign in to comment.