Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix changelog branch names #1837

Merged
merged 1 commit into from
Oct 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changelogs are separated by release type for better overview.

## ✅ [Master Releases][log_master]
## ✅ [Stable Releases][log_release]

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

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

Expand All @@ -30,7 +30,7 @@ Details:

## 🔥 [Alpha Releases][log_alpha]

> ### “Use if you love sudden breaking changes!”
> ### “Use if you want to look into the future!”

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.

Expand All @@ -42,9 +42,9 @@ Details:
- Suitable environment: experimental


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