Skip to content

Commit

Permalink
Merge pull request #307 from kohbis/improve-release-please
Browse files Browse the repository at this point in the history
ci: 🎡 Update release-please
  • Loading branch information
kohbis authored Jan 3, 2024
2 parents 6888a2f + a2c7f12 commit 5284b70
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
{
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "chore",
"section": "Misc",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
"packages": {
".": {
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"sequential-calls": true
}
],
"sequential-calls": true
}
}

0 comments on commit 5284b70

Please sign in to comment.