From 29a7a90767e0445c325a3749a46d6d3aa54918ed Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Wed, 3 Nov 2021 07:47:40 -0700 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 4fcbb8b7b..71e0bb877 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 ..HEAD` might be handy. -* Update the contributors list in `package.json` - * `git log --format=format:"%an <%ae>" --reverse ..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).