Skip to content

Commit

Permalink
ci: remove unused keys in release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Jun 1, 2024
1 parent 39fc974 commit 7330e73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 12 additions & 2 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"bootstrap-sha": "6c4fdd6e8431f7ff19353f8792953d2132072aec",
"changelog-sections": [
{ "type": "security", "section": "Security", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Fixes", "hidden": false },
{ "type": "chore", "section": "Other Changes", "hidden": false }
{ "type": "feature", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "revert", "section": "Reverts", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Other Changes", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
],
"packages": {
".": {
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,5 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-name: tuxmux
release-type: rust
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json

0 comments on commit 7330e73

Please sign in to comment.