Skip to content

Commit ead1924

Browse files
committed
docs(release): add package-lock.json to version bump steps
1 parent d6c73a6 commit ead1924

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
```sh
1010
# Edit all three files to set "version": "X.Y.Z"
1111
```
12+
Then run `npm install` to sync `package-lock.json`:
13+
```sh
14+
npm install
15+
```
1216

1317
3. Commit changes:
1418
```sh
15-
git add CHANGELOG.md package.json manifest.json manifest-firefox.json
19+
git add CHANGELOG.md package.json package-lock.json manifest.json manifest-firefox.json
1620
git commit -m "chore: update version to vX.Y.Z"
1721
git push origin main
1822
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)