Skip to content

Commit

Permalink
chore: remove packages section of release-please config
Browse files Browse the repository at this point in the history
Hopping that removing the package section will change the tag that
release-please will use when cutting a release. Removing the packages
section should remove the `tuxmux` prefix.
  • Loading branch information
EdenEast committed Aug 11, 2024
1 parent 03b4f05 commit fc39e12
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": true,
"prerelease": false
}
},
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": true,
"prerelease": false,
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit fc39e12

Please sign in to comment.