next -> main

This commit is contained in:
Claudia Meadows 2024-09-24 20:59:33 -07:00
parent 33e1562fc1
commit abd7f86888
No known key found for this signature in database
GPG key ID: C86B594396786760
9 changed files with 15 additions and 17 deletions

View file

@ -38,7 +38,7 @@ To send a pull request:
- fork the repo (button at the top right in GitHub)
- clone the forked repo to your computer (green button in GitHub)
- Switch to the `next` branch (run `git checkout next`)
- Switch to the `main` branch (run `git checkout main`)
- create a feature branch (run `git checkout -b the-feature-branch-name`)
- make your changes
- run the tests (run `npm test`)

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 `release`.
Contributors should create their feature branch targetting the default branch `main`. When this branch is merged `pr-release` will either generate or update a release PR from `main` to `release`.
The description and title will be managed by [pr-release], including the semver version.