From 9439f6afe142465d1cb18e6e704c647736f59ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 12 Nov 2025 20:12:44 +0100 Subject: [PATCH] configure changie to update version on release --- .changie.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.changie.yaml b/.changie.yaml index 56d1279..9bce9e5 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -25,8 +25,14 @@ newlines: endOfVersion: 1 envPrefix: CHANGIE_ -# update the version in the cargo file, on release +# update the version in relevant files replacements: - path: Cargo.toml find: '^version = ".*"' replace: 'version = "{{.VersionNoPrefix}}"' + - path: web-extension/cl/manifest.json + find: '"version": ".*"' + replace: '"version": "{{.VersionNoPrefix}}"' + - path: web-extension/cl/package.json + find: '"version": ".*"' + replace: '"version": "{{.VersionNoPrefix}}"'