Rename 'master' branch to 'main' (#173)
This commit is contained in:
parent
43f89f139b
commit
2f815ce336
@ -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
|
6. Push your code and create a PR on github. Please make sure to reference your
|
||||||
issue number in your PR description.
|
issue number in your PR description.
|
||||||
|
|
||||||
Branch all work off the `master` branch. In the future, we will create branches
|
Branch all work off the `main` branch.
|
||||||
for specific release series, and `master` will be used for the current stable
|
|
||||||
release series.
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# HTTPure
|
# 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)
|
[![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)
|
[![purescript-httpure on Pursuit](https://pursuit.purescript.org/packages/purescript-httpure/badge)](https://pursuit.purescript.org/packages/purescript-httpure)
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# HTTPure Releasing Guide
|
# HTTPure Releasing Guide
|
||||||
|
|
||||||
1. Check out the release series branch (or `master` if you are releasing the
|
1. Check out the release series branch (or `main` if you are releasing the next
|
||||||
next major/minor version). Ensure all relevant commits and PRs have been
|
major/minor version). Ensure all relevant commits and PRs have been merged.
|
||||||
merged.
|
|
||||||
2. Update [History.md](./History.md) by changing "unreleased" to the new
|
2. Update [History.md](./History.md) by changing "unreleased" to the new
|
||||||
version/date. Example diff:
|
version/date. Example diff:
|
||||||
```diff
|
```diff
|
||||||
|
Loading…
Reference in New Issue
Block a user