Skip to content

Commit 7ca2730

Browse files
committed
docs: fix changelog branch names
1 parent 0f2e656 commit 7ca2730

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

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

33
Changelogs are separated by distribution channel for better overview:
44

5-
| Changelog | Branch | Stability | Purpose | NPM Channel |
6-
|-----------------------------|-----------------------|---------------|--------------|-------------|
7-
| [Main Releases][log_main] | [main][branch_main] | stable | production | @latest |
8-
| [Beta Releases][log_beta] | [beta][branch_beta] | pretty stable | development | @beta |
9-
| [Alpha Releases][log_alpha] | [alpha][branch_alpha] | unstable | contribution | @alpha |
5+
| Changelog | Branch | Stability | Purpose | NPM Channel |
6+
|----------------------------------|---------------------------|---------------|--------------|-------------|
7+
| [✅ Stable Releases][log_release] | [release][branch_release] | stable | production | @latest |
8+
| [⚠️ Beta Releases][log_beta] | [beta][branch_beta] | pretty stable | development | @beta |
9+
| [🔥 Alpha Releases][log_alpha] | [alpha][branch_alpha] | unstable | contribution | @alpha |
1010

1111

12-
13-
[log_main]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/main/changelogs/CHANGELOG_main.md
12+
[log_release]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/release/changelogs/CHANGELOG_release.md
1413
[log_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/beta/changelogs/CHANGELOG_beta.md
1514
[log_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/alpha/changelogs/CHANGELOG_alpha.md
16-
[branch_main]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/main
15+
[branch_release]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/release
1716
[branch_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/beta
1817
[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha

0 commit comments

Comments
 (0)