Skip to content

Commit

Permalink
chore: Update conventional commit GHA (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan authored Jul 8, 2024
1 parent c6c195e commit 405b087
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
conventional_commit_title:
runs-on: [ARM64, self-hosted, Linux]
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v1.4.0
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v1.5.0
44 changes: 42 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"bump-minor-pre-major": true,
"changelog-sections": [
{
"type": "chore",
"section": "Misc",
"hidden": false
},
{
"type": "feat",
"section": "Features",
Expand All @@ -14,8 +19,43 @@
"hidden": false
},
{
"type": "chore",
"section": "Misc",
"type": "deps",
"section": "Dependencies",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
}
],
Expand Down

0 comments on commit 405b087

Please sign in to comment.