Skip to content

Commit 6c6fdc0

Browse files
authored
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 <[email protected]>
1 parent bac7b67 commit 6c6fdc0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
// Data is the metadata of this plugin.
2525
var Data = identity.GetPluginMetadataResponse{
2626
Name: PluginName,
27-
Version: "0.0.1",
27+
Version: "0.2.0", // x-release-please-version
2828
DisplayName: "BarmanCloudInstance",
2929
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
3030
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"bump-patch-for-minor-pre-major": false,
66
"draft": false,
77
"extra-files": [
8-
"README.md"
8+
"README.md",
9+
"internal/cnpgi/metadata/constants.go"
910
],
1011
"prerelease": false,
1112
"packages": {

0 commit comments

Comments
 (0)