update release doc
This commit is contained in:
parent
43f54f8719
commit
954c5fab1c
|
@ -288,15 +288,17 @@ cd runtime/JavaScript
|
|||
|
||||
```bash
|
||||
cd runtime/JavaScript
|
||||
npm update
|
||||
npm run build
|
||||
npm login
|
||||
npm publish antlr4
|
||||
npm publish # don't put antlr4 on there or it will try to push the old version for some reason
|
||||
```
|
||||
|
||||
Move target to website
|
||||
Move (and zip) target to website:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
cp /dist/antlr4.js ~/antlr/sites/website-antlr4/download
|
||||
cd src
|
||||
zip -r ~/antlr/sites/website-antlr4/download/antlr-javascript-runtime-4.9.zip .
|
||||
```
|
||||
|
||||
### CSharp
|
||||
|
@ -437,9 +439,9 @@ Move target to website (**_rename to a specific ANTLR version first if needed_**
|
|||
```bash
|
||||
pushd ~/antlr/sites/website-antlr4/download
|
||||
# vi index.html
|
||||
git add antlr4cpp-runtime-4.9-macos.zip
|
||||
git add antlr4cpp-runtime-4.9-windows.zip
|
||||
git add antlr4cpp-runtime-4.9-source.zip
|
||||
git add antlr4-cpp-runtime-4.9-macos.zip
|
||||
git add antlr4-cpp-runtime-4.9-windows.zip
|
||||
git add antlr4-cpp-runtime-4.9-source.zip
|
||||
git commit -a -m 'update C++ runtime'
|
||||
git push origin gh-pages
|
||||
popd
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -17,11 +17,11 @@
|
|||
},
|
||||
"homepage": "https://github.com/antlr/antlr4",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.4",
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"babel-loader": "^8.0.6",
|
||||
"webpack": "^4.41.5",
|
||||
"webpack-cli": "^3.3.10"
|
||||
"@babel/core": "^7.12.9",
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
"babel-loader": "^8.2.1",
|
||||
"webpack": "^4.44.2",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
|
|
Loading…
Reference in New Issue