aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-08-09 13:40:16 -0600
committerTim Harder <radhermit@gmail.com>2021-08-09 13:43:55 -0600
commit63d083242e5efd9d06953eac033446729df2643b (patch)
treee580405d03b9f3b415f587ea5d36ef3b35d17508 /RELEASE.rst
parentrequirements: update pyproject.toml too (diff)
downloadpkgcheck-63d083242e5efd9d06953eac033446729df2643b.tar.gz
pkgcheck-63d083242e5efd9d06953eac033446729df2643b.tar.bz2
pkgcheck-63d083242e5efd9d06953eac033446729df2643b.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 cef9b756..98a897db 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