Skip to content

Commit

Permalink
chore: Update versionize configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarey1590 committed Dec 12, 2024
1 parent d2b549b commit 59f8025
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Versionize Release
id: versionize
run: versionize --changelog-all --exit-insignificant-commits
run: versionize --exit-insignificant-commits
continue-on-error: true

- name: No release required
Expand Down
23 changes: 23 additions & 0 deletions .versionize
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"changelog": {
"header": "AutoCrud Changelog",
"includeAllCommits": true,
"sections": [
{
"type": "feat",
"section": "✨ Features",
"hidden": false
},
{
"type": "fix",
"section": "🐛 Bug Fixes",
"hidden": true
},
{
"type": "perf",
"section": "🚀 Performance",
"hidden": false
}
]
}
}

0 comments on commit 59f8025

Please sign in to comment.