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 19, 2024
1 parent aa6929e commit cce87cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/contributing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ 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 cce87cb

Please sign in to comment.