Skip to content

Commit

Permalink
More Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas committed Oct 31, 2023
1 parent aeb5313 commit 02bf14d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bf14d

Please sign in to comment.