ci: update version in metadata (#229)

Fix the release-please configuration to update the version defined in
the code.

Closes #226

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2025-03-25 17:21:56 +01:00 committed by GitHub
parent bac7b673a2
commit 6c6fdc0a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const (
// Data is the metadata of this plugin.
var Data = identity.GetPluginMetadataResponse{
Name: PluginName,
Version: "0.0.1",
Version: "0.2.0", // x-release-please-version
DisplayName: "BarmanCloudInstance",
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",

View File

@ -5,7 +5,8 @@
"bump-patch-for-minor-pre-major": false,
"draft": false,
"extra-files": [
"README.md"
"README.md",
"internal/cnpgi/metadata/constants.go"
],
"prerelease": false,
"packages": {