kopia lustrzana https://github.com/stlink-org/stlink
590 B
590 B
Release
This document describes the necessary steps for developers to create a release:
- Update
CHANGELOG.md
,cmake/packaging/deb/changelog
&cmake/packaging/rpm/changelog
- 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 binary packages (.rpm / .deb / .zip) with
make package && sh ./cmake/packaging/windows/generate_binaries.sh
- Upload packages to the release page of this project