From 6dcf1bc4203b10917b30d342b8e10e936793044e Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 26 Apr 2026 02:58:31 +0000 Subject: [PATCH] chore(ci): update minAppVersion to 1.12.7 and add git plugin to release - Set manifest.json minAppVersion to 1.12.7 - Add @semantic-release/git plugin so release commits versions.json and other updated files back to the repository --- .releaserc.json | 7 +++++++ manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 36eaa73..b78c1e5 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -62,6 +62,13 @@ "publishCmd": "zip -j git-files-sync-${nextRelease.version}.zip main.js manifest.json styles.css" } ], + [ + "@semantic-release/git", + { + "assets": ["manifest.json", "versions.json", "CHANGELOG.md", "package.json"], + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + } + ], [ "@semantic-release/github", { diff --git a/manifest.json b/manifest.json index 59b285c..ecc4842 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "git-file-sync", "name": "Git File Sync", "version": "1.1.0", -"minAppVersion": "0.15.0", +"minAppVersion": "1.12.7", "description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.", "author": "ClaudiaFang", "authorUrl": "https://github.com/ClaudiaFang",