mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Adopt recent ci/cd changes in release docs
Since #1971 ci and cd workflows run independently of each other, each of them also calling the test workflow. This patch updates RELEASE.md to match the new setup. It also fixes a (twice) broken link. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
a50062f668
commit
13e64bcd8a
1 changed files with 4 additions and 3 deletions
|
|
@ -30,9 +30,10 @@
|
|||
`git tag --sign vA.B.C -m "vA.B.C"`
|
||||
6. Push the tag to GitHub `git push origin vA.B.C`
|
||||
|
||||
*A push triggers the [CI workflow](.github/workfows/ci.yml), which, on success,
|
||||
triggers the [CD workflow](.github/workfows/cd.yml), which builds source dist and
|
||||
wheel, creates a preliminary GitHub release under `vA.B.C-rc`, and pauses for review.*
|
||||
*A tag push triggers the [CD
|
||||
workflow](https://github.com/theupdateframework/python-tuf/blob/develop/.github/workflows/cd.yml),
|
||||
which runs the tests, builds source dist and wheel, creates a preliminary GitHub
|
||||
release under `vA.B.C-rc`, and pauses for review.*
|
||||
|
||||
7. Run `verify_release --skip-pypi` locally to make sure a build on your machine matches
|
||||
the preliminary release artifacts published on GitHub.
|
||||
|
|
|
|||
Loading…
Reference in a new issue