Skip to content

Commit

Permalink
Update RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Nov 3, 2021
1 parent a8257e1 commit 29a7a90
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# Releasing

* Add missing entries to `CHANGELOG.md`
* Ideally the CHANGELOG should be up-to-date, but sometimes there will be accidental omissions when merging PRs. Missing PRs should be added.
* Describe the major changes introduced. API changes must be documented. In particular, backward-incompatible changes must be well explained, with examples when possible.
* `git log --format=format:"* %s (%an)" --reverse <last-version-tag>..HEAD` might be handy.
* Update the contributors list in `package.json`
* `git log --format=format:"%an <%ae>" --reverse <last-version-tag>..HEAD | grep -vEi "(renovate|dependabot|Snyk)" | sort| uniq -i`
* Manually add contributors (in alphabetical order)

Follow [cucumber/.github/RELEASING.md](https://github.com/cucumber/.github/blob/main/RELEASING.md)
for the rest of the release process.
See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md).

0 comments on commit 29a7a90

Please sign in to comment.