mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
Merge pull request #1480 from ThomasWaldmann/clean-repo-release
use a clean repo to test / build the release
This commit is contained in:
commit
a0df0a9494
1 changed files with 8 additions and 0 deletions
|
@ -178,6 +178,14 @@ Checklist:
|
|||
|
||||
git tag -s -m "tagged/signed release X.Y.Z" X.Y.Z
|
||||
|
||||
- create a clean repo and use it for the following steps::
|
||||
|
||||
git clone borg borg-clean
|
||||
|
||||
This makes sure no uncommitted files get into the release archive.
|
||||
It also will find if you forgot to commit something that is needed.
|
||||
It also makes sure the vagrant machines only get committed files and
|
||||
do a fresh start based on that.
|
||||
- run tox and/or binary builds on all supported platforms via vagrant,
|
||||
check for test failures
|
||||
- create a release on PyPi::
|
||||
|
|
Loading…
Reference in a new issue