Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 183 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 183 Bytes

Commit all of the changes you have locally, then use the following commands to create a tag and push everything:

git tag -a -m "Release 1.0.19" 1.0.19
git push --follow-tags