mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-10 21:03:12 +01:00
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:
parent
bac7b673a2
commit
6c6fdc0a7a
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user