summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-26 09:42:21 +0200
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-26 12:37:54 +0200
commitdb6d29da5b91d05acd032adae800538b35dff0ad (patch)
tree8cde3e1b043faf71f4769d4c3bbfa87fced2f070 /doc
parent42f261dbed9b3bc56118ae2496fcf48ef287d54f (diff)
downloadastroid-git-db6d29da5b91d05acd032adae800538b35dff0ad.tar.gz
Simplify structure of requirement files
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md4
1 files changed, 2 insertions, 2 deletions
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`.