From e59908b37f4d0a880906bf2f908d74c70a2a21df Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Mon, 16 Dec 2024 11:27:21 +0100 Subject: [PATCH] feat: release-please config update Signed-off-by: Francesco Canovai --- README.md | 2 ++ release-please-config.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9a517..27f8af1 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,12 @@ Both checks are necessary to proceed with the installation. Use `kubectl` to apply the manifest for the latest commit in the `main` branch: + ```sh kubectl apply -f \ https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.1.0/manifest.yaml ``` + Example output: diff --git a/release-please-config.json b/release-please-config.json index 5eb74c9..4a46576 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,12 +4,14 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": false, "draft": false, + "extra-files": [ + "README.md" + ], "prerelease": false, "packages": { ".": {} }, "plugins": [ "sentence-case" ], - "release-as": "0.1.0", "signoff": "Peggie ", "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }