add GraalVM Documentation

This commit is contained in:
az 2021-03-19 12:12:45 +01:00
parent 79008746e2
commit ca25f99312

14
doc/GraalVM.md Normal file
View 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
```