mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
chore: add release config file
This commit is contained in:
parent
91aec08c8a
commit
f42de25f21
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.9.2"
|
".": "1.0.0"
|
||||||
}
|
}
|
||||||
|
24
release-please-config.json
Normal file
24
release-please-config.json
Normal 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 }
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user