Skip to content

Commit 29a7a90

Browse files
authored
Update RELEASING.md
1 parent a8257e1 commit 29a7a90

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

RELEASING.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
# Releasing
2-
3-
* Add missing entries to `CHANGELOG.md`
4-
* Ideally the CHANGELOG should be up-to-date, but sometimes there will be accidental omissions when merging PRs. Missing PRs should be added.
5-
* Describe the major changes introduced. API changes must be documented. In particular, backward-incompatible changes must be well explained, with examples when possible.
6-
* `git log --format=format:"* %s (%an)" --reverse <last-version-tag>..HEAD` might be handy.
7-
* Update the contributors list in `package.json`
8-
* `git log --format=format:"%an <%ae>" --reverse <last-version-tag>..HEAD | grep -vEi "(renovate|dependabot|Snyk)" | sort| uniq -i`
9-
* Manually add contributors (in alphabetical order)
10-
11-
Follow [cucumber/.github/RELEASING.md](https://github.com/cucumber/.github/blob/main/RELEASING.md)
12-
for the rest of the release process.
1+
See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md).

0 commit comments

Comments
 (0)