Skip to content

Commit

Permalink
chore: add "Thanks" section to release-please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TG199 committed Dec 20, 2024
1 parent 6caa902 commit ffa019f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/v16.12.0/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,

"prerelease": true,
"versioning": "prerelease",

"changelog-sections": [
{ "type": "feat", "section": "🌟 Features", "hidden": false },
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },

{ "type": "chore", "section": "🧹 Chores", "hidden": false },
{ "type": "perf", "section": "🧹 Chores", "hidden": false },
{ "type": "refactor", "section": "🧹 Chores", "hidden": false },
{ "type": "test", "section": "🧹 Chores", "hidden": false },

{ "type": "build", "section": "🤖 Automation", "hidden": false },
{ "type": "ci", "section": "🤖 Automation", "hidden": true }
{ "type": "ci", "section": "🤖 Automation", "hidden": true },
{ "type": "thanks", "section": "🙏 Thank you", "hidden": false }
],
"packages": {
".": {}
}
}
}

0 comments on commit ffa019f

Please sign in to comment.