Skip to content

Commit

Permalink
ci: add release-it preset types
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Sep 28, 2024
1 parent 12d23d3 commit 0ed9bb3
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,48 +26,48 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "conventionalcommits"
},
"infile": "CHANGELOG.md",
"types": [
{
"type": "feat",
"section": "🚀 Features"
},
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{
"type": "docs",
"section": "📚 Documentation"
},
{
"type": "style",
"section": "💅 Styling"
},
{
"type": "refactor",
"section": "🔄 Refactoring"
},
{
"type": "perf",
"section": "⚡️ Performance"
},
{
"type": "test",
"section": "🧪 Testing"
},
{
"type": "build",
"section": "🛠️ Build System"
},
{
"type": "ci",
"section": "🔧 CI/CD"
}
]
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "🚀 Features"
},
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{
"type": "docs",
"section": "📚 Documentation"
},
{
"type": "style",
"section": "💅 Styling"
},
{
"type": "refactor",
"section": "🔄 Refactoring"
},
{
"type": "perf",
"section": "⚡️ Performance"
},
{
"type": "test",
"section": "🧪 Testing"
},
{
"type": "build",
"section": "🛠️ Build System"
},
{
"type": "ci",
"section": "🔧 CI/CD"
}
]
}
}
}
}

0 comments on commit 0ed9bb3

Please sign in to comment.