Skip to content

Commit

Permalink
ci(cocogitto): only support conv. commits from Angular guidelines (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaytan authored Jan 6, 2024
1 parent e199fa5 commit 0a455a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ post_bump_hooks = [
feat = { changelog_title = "🌟 Features" }
fix = { changelog_title = "🐛 Bug Fixes" }
perf = { changelog_title = "⚡ Performances" }
revert = { changelog_title = "↩️ Revert" }
refactor = { changelog_title = "🛠️ Refactoring" }
docs = { changelog_title = "📖 Documentation" }
test = { changelog_title = "✅ Tests" }
build = { changelog_title = "🏗️ Build System" }
ci = { changelog_title = "📦 Continuous Integration" }
chore = { changelog_title = "🧹 Miscellaneous Chores" }
style = { changelog_title = "🖌️ Style" }

[changelog]
path = ".github/CHANGELOG.md"
Expand Down

0 comments on commit 0a455a7

Please sign in to comment.