main -> release

This commit is contained in:
Claudia Meadows 2024-09-24 19:25:23 -07:00
parent 806cb99ead
commit 61ad84c1d9
No known key found for this signature in database
GPG key ID: C86B594396786760
6 changed files with 12 additions and 12 deletions

View file

@ -16,7 +16,7 @@ pr-release handles the following:
## For contributors
Contributors should create their feature branch targetting the default branch `next`. When this branch is merged `pr-release` will either generate or update a release PR from `next` to `main`.
Contributors should create their feature branch targetting the default branch `next`. When this branch is merged `pr-release` will either generate or update a release PR from `next` to `release`.
The description and title will be managed by [pr-release], including the semver version.
@ -50,8 +50,8 @@ Fixes to documentation can land whenever, updates to the site are built and publ
$ git checkout next
$ git pull mithriljs next
# Splat the docs folder from next onto main
$ git checkout main
# Splat the docs folder from next onto release
$ git checkout release
$ git checkout next -- ./docs
# Manually ensure that no new feature docs were added