kopia lustrzana https://github.com/stlink-org/stlink
717 B
717 B
Release
This document describes the necessary steps for developers to create a release:
- Update changelog (
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 - Update GitHub security policy (
SECURITY.md
) - Merge
develop
intomaster
- 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
- Merge
master
intodevelop