Skip to content

Commit

Permalink
Merge pull request #309 from kohbis/release-please-tags
Browse files Browse the repository at this point in the history
ci: 🎡 fix tag name by release-please
  • Loading branch information
kohbis authored Jan 3, 2024
2 parents ed6ec96 + d573d67 commit c7fedfd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"packages": {
".": {
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"sequential-calls": true
}
}
".": {}
},
"$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"include-v-in-tag": true,
"sequential-calls": true
}

0 comments on commit c7fedfd

Please sign in to comment.