Skip to content

Commit

Permalink
chore: up release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpd committed Jun 7, 2023
1 parent 1eca89d commit b455221
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": false },
{ "type": "docs", "hidden": false },
{ "type": "style", "hidden": false },
{ "type": "refactor", "hidden": false },
{ "type": "perf", "hidden": false },
{ "type": "test", "hidden": false }
{ "type": "chore", "section": "chore", "hidden": false },
{ "type": "docs", "section": "docs", "hidden": false },
{ "type": "style", "section": "style", "hidden": false },
{ "type": "refactor", "section": "refactor", "hidden": false },
{ "type": "perf", "section": "perf", "hidden": false },
{ "type": "test", "section": "test", "hidden": false }
]
}
}
Expand Down

2 comments on commit b455221

@vercel
Copy link

@vercel vercel bot commented on b455221 Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b455221 Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.