Skip to content

Commit 595185a

Browse files
authored
docs: fix changelog branch names (#1837)
1 parent 921712a commit 595185a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Changelogs are separated by release type for better overview.
44

5-
## [Master Releases][log_master]
5+
## [Stable Releases][log_release]
66

77
These are the official, stable releases that you can use in your production environments.
88

@@ -11,7 +11,7 @@ These are the official, stable releases that you can use in your production envi
1111
Details:
1212
- Stability: *stable*
1313
- NPM channel: `@latest`
14-
- Branch: [master][branch_master]
14+
- Branch: [release][branch_release]
1515
- Purpose: official release
1616
- Suitable environment: production
1717

@@ -30,7 +30,7 @@ Details:
3030

3131
## 🔥 [Alpha Releases][log_alpha]
3232

33-
> ### “Use if you love sudden breaking changes!”
33+
> ### “Use if you want to look into the future!”
3434
3535
These releases contain the latest development changes, but you should be prepared for anything, including sudden breaking changes or code refactoring. Use this branch to contribute to the project and open pull requests.
3636

@@ -42,9 +42,9 @@ Details:
4242
- Suitable environment: experimental
4343

4444

45-
[log_master]: https://github.com/parse-community/parse-dashboard/blob/master/changelogs/CHANGELOG_master.md
45+
[log_release]: https://github.com/parse-community/parse-dashboard/blob/release/changelogs/CHANGELOG_release.md
4646
[log_beta]: https://github.com/parse-community/parse-dashboard/blob/beta/changelogs/CHANGELOG_beta.md
4747
[log_alpha]: https://github.com/parse-community/parse-dashboard/blob/alpha/changelogs/CHANGELOG_alpha.md
48-
[branch_master]: https://github.com/parse-community/parse-dashboard/tree/master
48+
[branch_release]: https://github.com/parse-community/parse-dashboard/tree/release
4949
[branch_beta]: https://github.com/parse-community/parse-dashboard/tree/beta
5050
[branch_alpha]: https://github.com/parse-community/parse-dashboard/tree/alpha

0 commit comments

Comments
 (0)