Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Remove git step from changelog generation, see #902
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed May 17, 2019
1 parent 3cf7394 commit 388f2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ Ready to publish changes to npm?
Pull Requests for specific labels so if you see a PR missing from the changelog,
ensure it has been labeled `breaking`, `enhancement`, `bug`,
`documentation` or `internal`.
1. If you're pleased with the changelog preview,
`git checkout CHANGELOG.md` to reset it.
1. Run `yarn run release` to start the release.

Lerna will update the changelog, ask for a new version number, create a git tag,
Expand Down
4 changes: 0 additions & 4 deletions scripts/generate-changelog.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/sh

# Undo any temporary changelog entries that might have been added if the user
# recently ran `yarn run changelog`
git checkout CHANGELOG.md

# Back up the current changelog
mv CHANGELOG.md /tmp/cf-changelog.md

Expand Down

0 comments on commit 388f2c5

Please sign in to comment.