diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63cb10e..862a05b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,61 +1,3 @@ { - ".": "1.2.4", - "extra-files": [ - "./README.md" - ], - "changelog-sections": [ - { - "type": "feat", - "section": "โœจ New Features" - }, - { - "type": "fix", - "section": "๐Ÿชฒ Bug Fixes" - }, - { - "type": "revert", - "section": "๐Ÿ‘€ Reverts" - }, - { - "type": "docs", - "section": "๐Ÿ“ˆ Documentation" - }, - { - "type": "deps", - "section": "โ›“๏ธ Dependencies" - }, - { - "type": "test", - "section": "๐Ÿงช Tests" - }, - { - "type": "chore", - "section": "๐Ÿงน Miscellaneous Chores" - }, - { - "type": "perf", - "section": "Performance Improvements", - "hidden": true - }, - { - "type": "refactor", - "section": "Code Refactoring", - "hidden": true - }, - { - "type": "style", - "section": "Styles", - "hidden": true - }, - { - "type": "build", - "section": "Build System", - "hidden": true - }, - { - "type": "ci", - "section": "Continuous Integration", - "hidden": true - } - ] + ".": "1.2.4" } \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json index 66d1ec8..6cedb8c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,5 +4,63 @@ "release-type": "dart" } }, - "include-component-in-tag": false + "include-component-in-tag": false, + "extra-files": [ + "/README.md" + ], + "changelog-sections": [ + { + "type": "feat", + "section": "โœจ New Features" + }, + { + "type": "fix", + "section": "๐Ÿชฒ Bug Fixes" + }, + { + "type": "revert", + "section": "๐Ÿ‘€ Reverts" + }, + { + "type": "docs", + "section": "๐Ÿ“ˆ Documentation" + }, + { + "type": "deps", + "section": "โ›“๏ธ Dependencies" + }, + { + "type": "test", + "section": "๐Ÿงช Tests" + }, + { + "type": "chore", + "section": "๐Ÿงน Miscellaneous Chores" + }, + { + "type": "perf", + "section": "Performance Improvements", + "hidden": true + }, + { + "type": "refactor", + "section": "Code Refactoring", + "hidden": true + }, + { + "type": "style", + "section": "Styles", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ] } \ No newline at end of file