Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 587 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 587 Bytes

Publishing a new version

  • Sync. CHANGELOG.md with latest changes and fixes
  • Sync. version number in libsweep/CMakeLists.txt, sweeppy/setup.py, sweepjs/package.json, jsweep/gradle.properties
  • Make sure Travis and AppVeyor are green and show no warnings
  • Continuous Integration only tests dummy library: test with real device
  • Tag a commit git tag -a vx.y.z gitsha (we use semantic versioning)
  • Push tag to Github git push origin vx.y.z
  • Head over to https://github.com/scanse/sweep-sdk/releases and make a release