aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-08-09 13:41:07 -0600
committerTim Harder <radhermit@gmail.com>2021-08-09 13:43:37 -0600
commit26b9a4c69b49ecbfcfe18db85870e302ee7b7f31 (patch)
treeede3e8334f089ad2fb1792aa33e770ca587954cb /RELEASE.rst
parentebuild.repo_objs: support profile-eapis-* (GLEP 82) (diff)
downloadpkgcore-26b9a4c69b49ecbfcfe18db85870e302ee7b7f31.tar.gz
pkgcore-26b9a4c69b49ecbfcfe18db85870e302ee7b7f31.tar.bz2
pkgcore-26b9a4c69b49ecbfcfe18db85870e302ee7b7f31.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 cef9b7565..98a897db1 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