aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-08-09 13:41:45 -0600
committerTim Harder <radhermit@gmail.com>2021-08-09 13:42:57 -0600
commite289c4af62e286812609ca881ba7885a447e6874 (patch)
tree22fe740ee71cc3f8d2643cbc5053ee05f322912c /RELEASE.rst
parentgithub: pull workflow updates from pkgcore (diff)
downloadpkgdev-e289c4af62e286812609ca881ba7885a447e6874.tar.gz
pkgdev-e289c4af62e286812609ca881ba7885a447e6874.tar.bz2
pkgdev-e289c4af62e286812609ca881ba7885a447e6874.zip
add note about requirements/pyproject.toml deps to release doc
Diffstat (limited to 'RELEASE.rst')
-rw-r--r--RELEASE.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE.rst b/RELEASE.rst
index cef9b75..98a897d 100644
--- a/RELEASE.rst
+++ b/RELEASE.rst
@@ -3,7 +3,9 @@ Release process
#. Add new entry in NEWS.rst along with changelog updates for the release.
-#. Make sure dependency versions are correct in requirements/install.txt.
+#. Make sure dependency versions are correct in requirements/install.txt. Also,
+ if requirements/pyproject.toml exists make sure dependency versions match
+ those in requirements/install.txt for matching dependencies.
#. Run a test release build by force pushing to a temporary "deploy" branch.
This triggers the release workflow to run on Github, but doesn't actually