Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 320 Bytes

DEVELOPERS_NOTES.md

File metadata and controls

13 lines (10 loc) · 320 Bytes

Good to know about Decimal and calculations

Nothing here currently

How to release

  • Create a new branch with the name X.X.X-feature
  • Commit and push to git
  • Merge in git
  • Pull master locally
  • Add tag with git tag X.X.X
  • Push the new tag with git push origin XXX
  • Add new release for tag in Github