chore: add release config file

This commit is contained in:
Sekwah 2024-11-18 15:59:14 +00:00 committed by GitHub
parent 91aec08c8a
commit f42de25f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "1.0.0"
}

View File

@ -0,0 +1,24 @@
{
"prerelease": true,
"packages": {
".": {
"release-type": "simple"
}
},
"changelog-sections": [
{ "type": "feat", "section": "Features ✨" },
{ "type": "feature", "section": "Features ✨" },
{ "type": "fix", "section": "Bug Fixes \uD83D\uDC1B" },
{ "type": "perf", "section": "Performance Improvements ⚡️" },
{ "type": "tweak", "section": "Changes to Existing Features \uD83D\uDD27" },
{ "type": "lang", "section": "Language updates \uD83C\uDF10", "hidden": true },
{ "type": "revert", "section": "Reverts ⏪️" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
}