Skip to content

Commit 70202d9

Browse files
authored
Update release docs (#182)
1 parent 2f65b23 commit 70202d9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RELEASE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Releases are managed by [@taylorotwell](https://github.com/taylorotwell), [@jessarcher](https://github.com/jessarcher), and [@timacdonald](https://github.com/timacdonald) for this repository.
44

55
1. Update the version number in [package.json](./package.json) and commit it
6-
2. `npm install`
7-
3. `npm run build`
8-
4. `npm publish`
9-
5. Create a new GitHub release for this version with the release notes
6+
2. `rm -rf node_modules package-lock.json`
7+
3. `npm install`
8+
4. `npm run build`
9+
5. `npm publish`
10+
6. Create a new GitHub release for this version with the release notes

0 commit comments

Comments
 (0)