From 02bf14d4e27f119d7baee3814ed41298187aff19 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Tue, 31 Oct 2023 21:51:22 +0900 Subject: [PATCH] More Documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d495fb..9d76d8d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,11 @@ You can also change the _prefix_ used to tag the new release/hotfix (default is git config gitflow.prefix.versiontag v ``` -When using Pull Requests, the scripts will rely on the [Github's CLI (gh)](https://cli.github.com) and will fail if the tool is not present. +When using Pull Requests, if the origin is on github, the scripts will rely on the [Github's CLI (gh)](https://cli.github.com) and will fail if the tool is not present. If the origin is on bitbucket, you must create a [repository access token](https://support.atlassian.com/bitbucket-cloud/docs/create-a-repository-access-token/) and store this access token in the git config: + +```sh +git config bitbucket.api.access-token xxxxyyyy +``` The scripts will also bump the Helm Chart version if it is present. You can configure the location of the chart with: ```bash