Skip to content

Commit 226d09e

Browse files
committed
update release instructions
1 parent 14de73c commit 226d09e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

RELEASE.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ $ echo $?
1515
This should pass within a couple minutes and print 0 afterward, indicating it exited
1616
cleanly.
1717

18-
Additionally, make sure you have [github_changelog_generator](https://github.com/skywinder/github-changelog-generator)
19-
installed (`gem install github_changelog_generator`), which we use to automatically generate CHANGELOG.md mid-release
20-
2118
## Pre-flight checklist
2219

2320
Before releasing, make sure:
2421

2522
- [ ] You're on the `main` branch and have a clean working directory
2623
- [ ] It's in sync with `origin/main` (e.g `git pull` status indicates up-to-date)
2724
- [ ] `npm run test:ci` passes
28-
- [ ] `which github_changelog_generator` is present on your PATH
2925

3026
## Publishing a release:
3127

@@ -35,7 +31,7 @@ To publish a release, just bump the appropriate version segment:
3531
$ npm version patch #<-- or "minor" or "major"
3632
```
3733

38-
This will run a full build, tag the release, push everything to github, generate a changelog, and publish to npm.
34+
This will run a full build, tag the release, push everything to github, update CHANGELOG.md, and publish to npm.
3935

4036
## If something goes wrong
4137

0 commit comments

Comments
 (0)