Skip to content

Commit

Permalink
Merge pull request #1976 from lukpueh/fix-release-doc
Browse files Browse the repository at this point in the history
Adopt recent ci/cd changes in release docs
  • Loading branch information
Jussi Kukkonen authored Apr 26, 2022
2 parents a50062f + 13e64bc commit f1a4cb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1a4cb3

Please sign in to comment.