Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 489 Bytes

DEVNOTES.md

File metadata and controls

12 lines (10 loc) · 489 Bytes

Releasing an Arduino library

To release a new version of this library:

  • Update the library version in library.properties.
  • Update the library version in KERBALSIMPIT_VERSION in src/KerbalSimpit.h
  • Update the changelog.
  • Commit those changes, and tag the commit with the version number. Make sure the version number in the tag is "MAJOR.MINOR.PATCH" - numbers separated by periods only. Check the other most recent tags.
  • Push commits and then tags.