-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated steps for release preparation - Changed destination for binary archives (Closes #798)
- Loading branch information
1 parent
5e0e299
commit 7bb34fc
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Release | ||
======= | ||
|
||
This document describes the steps it takes for developers to create a release | ||
This document describes the necessary steps 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` | ||
1. Update `CHANGELOG.md` and `cmake/packaging/deb/changelog` | ||
2. Update `.version` with semantic version: `x.x.x` | ||
3. Update `README.md` with semantic version `x.x.x` in commits badge | ||
4. Create and push git tag and commits `git tag x.x.x` | ||
5. Create binary packages (.rpm / .deb / .zip) with `make package && sh ./cmake/packaging/windows/generate_binaries.sh` | ||
6. Upload packages to the [release page](https://github.com/stlink-org/stlink/releases) of this project |