Skip to content

Commit

Permalink
chore: fix changelog sections
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Feb 14, 2024
1 parent f0a56e2 commit 53216f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
"docker-compose/docker-compose.yaml",
"docs/configuration/security.md",
"docs/_snippets/k8s/query-argo-workflow.yaml"
],
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "docs", "section": "Documentation", "hidden": false },
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": false
},
{ "type": "build", "section": "Build", "hidden": false },
{ "type": "ci", "section": "CI/CD", "hidden": false }
]
}
}
Expand Down

0 comments on commit 53216f2

Please sign in to comment.