We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b6917 commit a11d2ceCopy full SHA for a11d2ce
README.md
@@ -148,6 +148,14 @@ This package compiles Node.js from source. See the Node.js
148
[BUILDING.md file](https://github.com/nodejs/node/blob/master/BUILDING.md) for
149
a complete list of tools that may be necessary.
150
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
159
## Not supported
160
161
- Multiple JS files
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "boxednode",
3
- "version": "2.2.1",
+ "version": "2.2.0",
4
"description": "Create a shippable binary from a JS file",
5
"main": "lib/index.js",
6
"exports": {
0 commit comments