Skip to content

Commit

Permalink
docs: update dev doc for creating release-please branch for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Sep 17, 2024
1 parent bb3da5f commit 1ba6092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/contributing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This project uses [release-please] to automate changelog updates per release. Du
[release-please-action].

When a release has been cut, a new release PR can be created manually using the `release-please` CLI locally. This needs
to be run by someone with write permissions to the repository. Create the `release-please` branch and PR:
to be run by someone with write permissions to the repository. The new release PR can be only created against `main` or `release/*` branch.
Ensure to checkout `main` or `release/*` branch locally. Create the `release-please` branch and PR from `main` or `release/*` branch:

```shell
make release-please
Expand Down

0 comments on commit 1ba6092

Please sign in to comment.