Skip to content

Commit 13e64bc

Browse files
author
Lukas Puehringer
committed
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 <[email protected]>
1 parent a50062f commit 13e64bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
`git tag --sign vA.B.C -m "vA.B.C"`
3131
6. Push the tag to GitHub `git push origin vA.B.C`
3232

33-
*A push triggers the [CI workflow](.github/workfows/ci.yml), which, on success,
34-
triggers the [CD workflow](.github/workfows/cd.yml), which builds source dist and
35-
wheel, creates a preliminary GitHub release under `vA.B.C-rc`, and pauses for review.*
33+
*A tag push triggers the [CD
34+
workflow](https://github.com/theupdateframework/python-tuf/blob/develop/.github/workflows/cd.yml),
35+
which runs the tests, builds source dist and wheel, creates a preliminary GitHub
36+
release under `vA.B.C-rc`, and pauses for review.*
3637

3738
7. Run `verify_release --skip-pypi` locally to make sure a build on your machine matches
3839
the preliminary release artifacts published on GitHub.

0 commit comments

Comments
 (0)