Skip to content

Commit 36fca61

Browse files
fix: update CHANGELOG.md location (#6283)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent af2acd4 commit 36fca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Manual releases should only be performed when there are extenuating circumstance
4141
1. Call a `code-freeze` in the Stencil team channel
4242
1. Run `npm run clean` locally to clear out any cached build artifacts.
4343
1. Run `npm run release.prepare`. This will install dependencies, bundle Stencil, run tests, etc.
44-
1. Check the [CHANGELOG.md](../CHANGELOG.md) and make sure it includes all the changes that have landed since the last
44+
1. Check the [CHANGELOG.md](CHANGELOG.md) and make sure it includes all the changes that have landed since the last
4545
release.
4646
1. Commit the changes - use the commit message '<emoji> v<VERSION>'. e.g. `git commit -m '🤦‍ v2.7.0'` (note the emoji is
4747
used literally, as opposed to ':facepalm:').

0 commit comments

Comments
 (0)