Skip to content

Commit 912d232

Browse files
committed
ci(release): fix version number in metadata
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent a7ef56b commit 912d232

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

internal/cnpgi/metadata/constants.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ const (
2121
BarmanCertificatesFileName = "barman-ca.crt"
2222
)
2323

24+
const Version = "0.2.0"
25+
2426
// Data is the metadata of this plugin.
2527
var Data = identity.GetPluginMetadataResponse{
2628
Name: PluginName,
27-
Version: "0.0.1",
29+
Version: Version,
2830
DisplayName: "BarmanCloudInstance",
2931
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
3032
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)