Skip to content

Commit

Permalink
chore: add refactor to release please tags (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Aug 25, 2023
1 parent 8977862 commit 098ba08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ jobs:
{ "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": "deps", "section": "Dependencies", "hidden": false },
{ "type": "refactor", "section": "Refactors", "hidden": false }
]
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 098ba08

Please sign in to comment.