Skip to content

Commit

Permalink
chore: update release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 18, 2024
1 parent 8c6654c commit 74477f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ jobs:
id: release
with:
token: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
release-type: node
manifest-file: .release-please-manifest.json
config-file: .release-please.json
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .release-please.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"release-type": "node",
"plugins": ["node-workspace"],
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Trivial Changes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "deps", "section": "Dependencies", "hidden": false },
{ "type": "refactor", "section": "Refactors", "hidden": false }
Expand Down

0 comments on commit 74477f6

Please sign in to comment.