Skip to content

Commit a8257e1

Browse files
authored
Factor out instructions about dependency upgrades into central file
1 parent c267647 commit a8257e1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

RELEASING.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Releasing
22

3-
First, update as many dependencies as you can and test:
4-
5-
npm run update-dependencies
6-
npm test
7-
8-
If the tests fail, update your code to be compatible with the new libraries, or
9-
revert the library upgrades that break the build.
10-
113
* Add missing entries to `CHANGELOG.md`
124
* Ideally the CHANGELOG should be up-to-date, but sometimes there will be accidental omissions when merging PRs. Missing PRs should be added.
135
* Describe the major changes introduced. API changes must be documented. In particular, backward-incompatible changes must be well explained, with examples when possible.

0 commit comments

Comments
 (0)