Skip to content

Commit

Permalink
Update commit instructions to take package-lock.json into account
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Dec 1, 2018
1 parent a0edc01 commit 334f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SHIPPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [ ] Bump version number in `CFBundleVersion` property
- [ ] Add version to `LBChangelog` property
- [ ] Bump version number in `package.json` and `package-lock.json`
- [ ] Commit and push: `git commit -m 'Prepare vX.Y.Z release' emoji-lookup.lbaction/Contents/Info.plist package.json && git push`
- [ ] Commit and push: `git commit -m 'Prepare vX.Y.Z release' emoji-lookup.lbaction/Contents/Info.plist package.json package-lock.json && git push`
- [ ] Package: `zip -r emoji-lookup-vX.Y.Z.zip emoji-lookup.lbaction/`
- [ ] Publish new release at https://github.com/jasonrudolph/launchbar-emoji-lookup/releases/new
- [ ] Upload zip file
Expand Down

0 comments on commit 334f028

Please sign in to comment.