Skip to content

Commit

Permalink
chore(release): fix link to changelog (#5613)
Browse files Browse the repository at this point in the history
fix a link to the changelog in the release steps. simply a case of
broken markup
  • Loading branch information
rwaskiewicz committed Apr 1, 2024
1 parent fd144e3 commit 2fd001d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ manual release was performed.
1. Set the version title to `[VERMOJI] v[VERSION] ([yyyy.mm.dd])`.
For example, v4.2.0 has a vermoji of 🌲, and was released on 2023.09.05.
As a result, it was [released with the title](https://github.com/ionic-team/stencil/releases/tag/v4.2.0) of 🌲 4.2.0 (2023-09-05).
1. Copy the raw contents of (CHANGELOG.md)[./CHANGELOG.md] into the body
1. Copy the raw contents of [CHANGELOG.md](./CHANGELOG.md) into the body
1. Ensure that the release is set as the latest (so long as we're not published a pre-release)
1. If anyone from the community contributed commit(s) to this release,
append the following to the end of the GitHub release notes:
Expand Down Expand Up @@ -94,4 +94,4 @@ manual release was performed.
vNUMBER release](https://github.com/ionic-team/stencil/releases/tag/TAG).
```
1. If there's a blog post to go out (either today or this week), let the folks in the `#ask-ionic-devrel` channel know about the release and that the blog can go out.
When the blog goes out, put an announcement in the `#announcements` channel in Discord.
When the blog goes out, put an announcement in the `#announcements` channel in Discord.

0 comments on commit 2fd001d

Please sign in to comment.