Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Aug 3, 2023
1 parent 870eb35 commit 1e2c267
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions meta/how-to-deploy-a-new-version.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
- build everything with env var `YAVASCRIPT_VERSION` set to whatever (eg 0.0.8)
- looks like you have to edit meta/docker/build-all.sh to get that env var into the container where stuff is built
- this will update the files in bin/
- run meta/scripts/set-package-version.js to set the package.json version to the same version string
- run npm publish in the npm dir
- run npm publish in the meta/npm dir
- commit the changes and push to github
- make a release on github and create a tag from the latest commit with the version name as the tag name
- 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
Expand Down
2 changes: 1 addition & 1 deletion meta/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yavascript",
"version": "0.0.0-git",
"version": "0.0.9",
"main": "lib/index.js",
"bin": "lib/cli.js",
"types": "yavascript.d.ts",
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": "yavascript",
"version": "0.0.0-git",
"version": "0.0.9",
"main": "dist/index.js",
"author": "Lily Skye <me@suchipi.com>",
"license": "MIT",
Expand Down

0 comments on commit 1e2c267

Please sign in to comment.