Skip to content

Commit a11d2ce

Browse files
committed
chore: add RELEASE info
1 parent e1b6917 commit a11d2ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ This package compiles Node.js from source. See the Node.js
148148
[BUILDING.md file](https://github.com/nodejs/node/blob/master/BUILDING.md) for
149149
a complete list of tools that may be necessary.
150150

151+
## Releasing
152+
153+
To release a new version, run the following command in main:
154+
155+
```sh
156+
npm version [patch|minor|major] && npm it & npm publish && git push origin main --tags
157+
```
158+
151159
## Not supported
152160

153161
- Multiple JS files

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boxednode",
3-
"version": "2.2.1",
3+
"version": "2.2.0",
44
"description": "Create a shippable binary from a JS file",
55
"main": "lib/index.js",
66
"exports": {

0 commit comments

Comments
 (0)