-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |