add GraalVM Documentation
This commit is contained in:
parent
79008746e2
commit
ca25f99312
1 changed files with 14 additions and 0 deletions
14
doc/GraalVM.md
Normal file
14
doc/GraalVM.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# stable release (should be done from master)
|
||||||
|
|
||||||
|
```
|
||||||
|
#adjust [version]
|
||||||
|
vi package.json
|
||||||
|
|
||||||
|
lein release
|
||||||
|
git push --follow-tags
|
||||||
|
|
||||||
|
# bump version - increase version and add -SNAPSHOT
|
||||||
|
vi package.json
|
||||||
|
git commit -am "version bump"
|
||||||
|
git push
|
||||||
|
```
|
Loading…
Reference in a new issue