Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 255 Bytes

RELEASE_STEPS.md

File metadata and controls

15 lines (9 loc) · 255 Bytes

Create a tag

git tag -a 0.0.4 -m "Display pages using iframe" git push origin 0.0.4

Build the project

clj -T:build uberjar

Go to github and draft a release

https://github.com/qnkhuat/ubinote/releases/new Include the jar with the release

Done!