Skip to content

Commit e139bcb

Browse files
authored
chore: Rename master branch to main (#479)
1 parent 32e4336 commit e139bcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ To run the **electron app**:
4646
The release process is automated. Follow the steps below.
4747

4848
1. Create a [new **draft** release](https://github.com/manosim/gitify/releases/new). Set the tag version to something with the format of `v1.2.3`. Save as a **draft**.
49-
2. Once everything is merged to `master`, create a branch that starts with `release/vX.X.X` (ie. `release/v1.2.3`).
49+
2. Once everything is merged to `main`, create a branch that starts with `release/vX.X.X` (ie. `release/v1.2.3`).
5050
3. In the same branch, **bump the version** of the app in the `package.json` file and open a PR. GitHub Actions will build, sign and upload the release assets for each commit to that branch as long as a branch is named like `release/vX.X.X` and there is a draft release with the same version number(`package.json`).
51-
4. Merge your release branch into `master`.
51+
4. Merge your release branch into `main`.
5252
5. Publish the draft release once you've added notes to it and all assets are there.
5353

5454
### Tests
@@ -91,7 +91,7 @@ Gitify is licensed under the MIT Open Source license. For more information, see
9191

9292
[github-image]: https://github.com/manosim/gitify/workflows/CI/badge.svg
9393
[github-url]: https://github.com/manosim/gitify/actions
94-
[codecov-image]: https://codecov.io/gh/manosim/gitify/branch/master/graph/badge.svg
94+
[codecov-image]: https://codecov.io/gh/manosim/gitify/branch/main/graph/badge.svg
9595
[codecov-url]: https://codecov.io/gh/manosim/gitify
9696
[downloads-image]: https://img.shields.io/github/downloads/manosim/gitify/total.svg
9797
[downloads-url]: https://www.gitify.io

0 commit comments

Comments
 (0)