mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
ci(release): fix version number in metadata
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
parent
a7ef56b6e7
commit
912d232abd
@ -21,10 +21,12 @@ const (
|
||||
BarmanCertificatesFileName = "barman-ca.crt"
|
||||
)
|
||||
|
||||
const Version = "0.2.0"
|
||||
|
||||
// Data is the metadata of this plugin.
|
||||
var Data = identity.GetPluginMetadataResponse{
|
||||
Name: PluginName,
|
||||
Version: "0.0.1",
|
||||
Version: 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