Skip to content

Commit

Permalink
Merge pull request #4 from lemoncloud-io/develop
Browse files Browse the repository at this point in the history
ci(release): update release-notes-generator configuration
  • Loading branch information
louis-lemon authored May 28, 2024
2 parents bd66456 + 03bdd89 commit 6b61feb
Showing 1 changed file with 3 additions and 66 deletions.
69 changes: 3 additions & 66 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,71 +52,7 @@
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "✨ Features",
"hidden": false
},
{
"type": "fix",
"section": "🐛 Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "🌈 Performance",
"hidden": false
},
{
"type": "refactor",
"section": "♻️ Refactor",
"hidden": false
},
{
"type": "style",
"section": "💄 Styles",
"hidden": false
},
{
"type": "revert",
"section": "🕐 Reverts",
"hidden": false
},
{
"type": "ci",
"section": "💫 CI/CD",
"hidden": false
},
{
"type": "test",
"section": "✅ Tests",
"hidden": false
},
{
"type": "chore",
"section": "📦 Chores",
"hidden": false
},
{
"type": "build",
"section": "🔥 Build",
"hidden": false
},
{
"type": "docs",
"section": "📝 Docs",
"hidden": true
}
]
}
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
Expand All @@ -128,7 +64,8 @@
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit 6b61feb

Please sign in to comment.