summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2022-04-18 19:20:55 +0000
committerJeremy Stanley <fungi@yuggoth.org>2022-04-19 15:55:51 +0000
commit43fe34f309224cf03383e405b29ee2508d99db0e (patch)
tree361a7e788c019fb55fd0493dd67c6a147886eb19
parent82a2c8df2e6deada5770d1ea48e5d0ce0eaeab36 (diff)
downloadgit-review-43fe34f309224cf03383e405b29ee2508d99db0e.tar.gz
Publish documentation at every release
We normally publish documentation updates in the promote pipeline, using documentation built in the gate. As a result, the published docs tend to lag behind release events until the next post-release change lands. Run a separate docs build and publish it on release, so that release notes and version information included in the documentation reflect the most recent tag prior to the next change merging (which for stable projects like this one, could be a while). Override the tag jobvar to force publication to the branch path rather than using a version-specific tree. Change-Id: Ibf1ecfa0420a3c170beb79c14a9a9ef13fea9046 Depends-On: https://review.opendev.org/838525
-rw-r--r--.zuul.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 1379ba1..c6f373a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -21,3 +21,4 @@
release:
jobs:
- opendev-release-python
+ - opendev-publish-unversioned-tox-docs