Skip to content

Commit 1e2c267

Browse files
committed
0.0.9
1 parent 870eb35 commit 1e2c267

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

meta/how-to-deploy-a-new-version.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
- build everything with env var `YAVASCRIPT_VERSION` set to whatever (eg 0.0.8)
2-
- looks like you have to edit meta/docker/build-all.sh to get that env var into the container where stuff is built
32
- this will update the files in bin/
43
- run meta/scripts/set-package-version.js to set the package.json version to the same version string
5-
- run npm publish in the npm dir
4+
- run npm publish in the meta/npm dir
65
- commit the changes and push to github
76
- make a release on github and create a tag from the latest commit with the version name as the tag name
87
- run meta/scripts/assemble-tgz.sh to make all the archives for each version in the meta/tgz-release folder and then upload all those as release artifacts on github

meta/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yavascript",
3-
"version": "0.0.0-git",
3+
"version": "0.0.9",
44
"main": "lib/index.js",
55
"bin": "lib/cli.js",
66
"types": "yavascript.d.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yavascript",
3-
"version": "0.0.0-git",
3+
"version": "0.0.9",
44
"main": "dist/index.js",
55
"author": "Lily Skye <me@suchipi.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)