Rename 'master' branch to 'main' (#173)

This commit is contained in:
Connor Prussin 2021-03-22 12:34:49 -07:00 committed by GitHub
parent 43f89f139b
commit 2f815ce336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View File

@ -27,9 +27,7 @@ steps for creating a successful PR:
6. Push your code and create a PR on github. Please make sure to reference your
issue number in your PR description.
Branch all work off the `master` branch. In the future, we will create branches
for specific release series, and `master` will be used for the current stable
release series.
Branch all work off the `main` branch.
### Documentation

View File

@ -1,6 +1,6 @@
# HTTPure
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cprussin/purescript-httpure/master/License)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cprussin/purescript-httpure/main/License)
[![Latest release](http://img.shields.io/github/release/cprussin/purescript-httpure.svg)](https://github.com/cprussin/purescript-httpure/releases)
[![purescript-httpure on Pursuit](https://pursuit.purescript.org/packages/purescript-httpure/badge)](https://pursuit.purescript.org/packages/purescript-httpure)

View File

@ -1,8 +1,7 @@
# HTTPure Releasing Guide
1. Check out the release series branch (or `master` if you are releasing the
next major/minor version). Ensure all relevant commits and PRs have been
merged.
1. Check out the release series branch (or `main` if you are releasing the next
major/minor version). Ensure all relevant commits and PRs have been merged.
2. Update [History.md](./History.md) by changing "unreleased" to the new
version/date. Example diff:
```diff