Skip to content

Commit

Permalink
chore: change branch name used for creating releases (#8375)
Browse files Browse the repository at this point in the history
To avoid conflicts with long standing release branches and their special CI treatment, use another branch name

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mhofman and mergify[bot] committed Nov 9, 2023
1 parent 3b3ccd4 commit 11637d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ in this branch. The release tags will be human-meaningful, the release branch ne
```sh
# Create a release branch.
now=`date -u +%Y%m%dT%H%M%S`
git checkout -b release-$now
git checkout -b prepare-release-$now
```

- [ ] Do a `yarn install` to generate tooling needed for the release.
Expand Down

0 comments on commit 11637d2

Please sign in to comment.