Skip to content

Commit f1a4cb3

Browse files
author
Jussi Kukkonen
authored
Merge pull request #1976 from lukpueh/fix-release-doc
Adopt recent ci/cd changes in release docs
2 parents a50062f + 13e64bc commit f1a4cb3

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)