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}}"'