diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..ec3e521 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + "apps": "0.0.0" +} \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..f4d64fd --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,33 @@ +{ + "extra-files": [ + { + "type": "json", + "path": "src-tauri/tauri.conf.json", + "jsonpath": "$.version" + } + ], + "packages": { + "apps": { + "package-name": "apps", + "release-type": "node", + "prerelease": false, + "include-v-in-tag": true, + "pull-request-header": "HACKATIMEEEEEEEE" + } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "changelog-sections": [ + { + "section": "✨ Features", + "type": "feat" + }, + { + "section": "🐛 Bugfixes", + "type": "fix" + }, + { + "section": "👽 Miscellaneous", + "type": "chore" + } + ] + } \ No newline at end of file