kopia lustrzana https://github.com/stlink-org/stlink
11 wiersze
367 B
Markdown
11 wiersze
367 B
Markdown
Release
|
|
=======
|
|
|
|
This document describes the steps it 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
|
|
2. Create and push git tag and commits `git tag x.x.x`
|
|
3. Create source tarball/zipfile with `make dist`
|
|
4. Create binary package with `make package`
|