Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jan 11, 2023
1 parent f0e6780 commit 470d7da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [2.1.0] - 2023-01-09
## [2.1.0] - 2023-01-11
- Update to node 16 and update all dependencies

## [2.0.1] - 2020-07-19
Expand Down
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,12 @@ jobs:
## Releasing and publishing
The instructions below are only relevant to maintainers of this Action.
- Sadly there's some manual work involved whenever lzma-native is updated.
After running `npm run all`, it's necessary to fetch prebuilt binaries
from https://node-pre-gyp.addaleax.net/lzma-native/ and extract the prebuilt
bindings into `node_modules/lzma-native`.
For the same reason, we can't use ncc as that only supports a single
platform but we need to support all platforms at once!
- Make sure `CHANGELOG.md` is up-to-date.
To release this Action:
- Bump version in `package.json`
- Create `CHANGELOG.md` entry
- `npm run all`
- `git commit -am <version>`
- `git tag -sm <version> <version>`
- `git push --tags`
- Make a release at https://github.com/svenstaro/upx-action/releases/new and copy the `CHANGELOG.md` contents there.
- `git push --follow-tags`
- Go to https://github.com/svenstaro/upx-action/releases and publish the new version
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.0.0",
"version": "2.1.0",
"private": true,
"description": "Strip and run UPX on executables",
"main": "lib/main.js",
Expand Down

0 comments on commit 470d7da

Please sign in to comment.