From e59a9bc6ef5fd187f88f328faaf53772da7f1508 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:16:15 +0200 Subject: [PATCH] docs: fix changelog branch names --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae9d05932..218c5504ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 @@ -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. @@ -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