Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 176 Bytes

Contributors.md

File metadata and controls

12 lines (7 loc) · 176 Bytes

Build and release

Once merged to master and a snapshot build is success, tag a release and push

Example:

git tag -a v2.1.1 -m "2.1.1"
git push origin v2.1.1