Skip to content

Commit

Permalink
Document running npm update after changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed May 24, 2023
1 parent 3a2f38f commit dc8c684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ To release this Action:
- Bump version in `package.json`
- Create `CHANGELOG.md` entry
- `npm update`
- `npm run all`
- `git commit -am <version>`
- `git tag -sm <version> <version>`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upx-action",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"description": "Strip and run UPX on executables",
"main": "lib/main.js",
Expand Down

0 comments on commit dc8c684

Please sign in to comment.