From db6d29da5b91d05acd032adae800538b35dff0ad Mon Sep 17 00:00:00 2001 From: Daniel van Noord <13665637+DanielNoord@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:42:21 +0200 Subject: Simplify structure of requirement files --- doc/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/release.md b/doc/release.md index 83cc55d2..73eaaef6 100644 --- a/doc/release.md +++ b/doc/release.md @@ -12,7 +12,7 @@ the maintenance branch. If so, release a last patch release first. See example: `v2.3.5`) - Check the result of `git diff vX.Y-1.Z' ChangeLog`. (For example: `git diff v2.3.4 ChangeLog`) -- Install the release dependencies: `pip3 install -r requirements_test.txt` +- Install the release dependencies: `pip3 install -r requirements_minimal.txt` - Bump the version and release by using `tbump X.Y.0 --no-push --no-tag`. (For example: `tbump 2.4.0 --no-push --no-tag`) - Check the commit created with `git show` amend the commit if required. @@ -67,7 +67,7 @@ cherry-picked on the maintenance branch. - Check the result of `git diff vX.Y-1.Z-1 ChangeLog`. (For example: `git diff v2.3.4 ChangeLog`) -- Install the release dependencies: `pip3 install -r requirements_test.txt` +- Install the release dependencies: `pip3 install -r requirements_minimal.txt` - Bump the version and release by using `tbump X.Y-1.Z --no-push`. (For example: `tbump 2.3.5 --no-push`) - Check the result visually with `git show`. -- cgit v1.2.1