Haiyang-Sun / nodeprof.js

Instrumentation framework for Node.js compliant to ECMAScript 2020 based on GraalVM.
Apache License 2.0
53 stars 22 forks source link

Travis: adds deploy stage #7

Closed alexjordan closed 6 years ago

alexjordan commented 6 years ago

Once merged to master, this will create a release when you

# create a tag for a given version (e.g. master)
git tag -a v0.1 master
# push the tag
git push origin v0.1