stlink/doc/release.md

364 B

Release

This document describes the steps takes for developers to create a release

  1. Update .version with semantic version: x.x.x
  2. Update README.md with semantic version x.x.x in commits badge
  3. Create and push git tag and commits git tag x.x.x
  4. Create source tarball/zipfile with make dist
  5. Create binary package with make package