Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 256 Bytes

DEVELOPMENT.md

File metadata and controls

15 lines (10 loc) · 256 Bytes

Development

Development instructions.

Update latest version

Update latest version only when there are backward compatible changes.

git commit -A -m "Fix XYZ" \
  && git push \
  && git tag v1 --force \
  && git push origin tag v1 --force