kopia lustrzana https://github.com/stlink-org/stlink
367 B
367 B
Release
This document describes the steps it takes for developers to create a release
- Update
.version
with semantic version:x.x.x
- Update
README.md
with semantic versionx.x.x
in commits badge - Create and push git tag and commits
git tag x.x.x
- Create source tarball/zipfile with
make dist
- Create binary package with
make package