Skip to content

Commit

Permalink
๐Ÿ”จ settings: release-it git ์ถ”๊ฐ€ ์„ธํŒ…
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Oct 20, 2024
1 parent e05b7d0 commit 2cdf589
Showing 1 changed file with 48 additions and 46 deletions.
94 changes: 48 additions & 46 deletions release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
"git": {
"tag": true,
"push": true,
"commitMessage": "chore: release v${version}"
},
"github": {
Expand All @@ -10,53 +12,53 @@
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "conventionalcommits"
},
"infile": "CHANGELOG.md",
"types": [
{
"type": "feat",
"section": "Features"
"@release-it/conventional-changelog": {
"preset": {
"name": "conventionalcommits"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styles"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "cicd",
"section": "CI/CD"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "settings",
"section": "Settings"
}
"infile": "CHANGELOG.md",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styles"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "cicd",
"section": "CI/CD"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "settings",
"section": "Settings"
}
]
}
}
}
}

0 comments on commit 2cdf589

Please sign in to comment.