aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 10:39:51 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 10:39:51 +0200
commitc71469bccd48757ed062519e64809c4b8c6d5d74 (patch)
treec7bc7cba6643dd17562c93da7eccfd68e3b6a69c /DEVELOPMENT.md
parentstop docker-compose from annoying me (diff)
downloadcgitize-c71469bccd48757ed062519e64809c4b8c6d5d74.tar.gz
cgitize-c71469bccd48757ed062519e64809c4b8c6d5d74.zip
Makefile: add maintenance target
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 2641a1a..3fd937b 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -49,7 +49,8 @@ another user, it could get used instead).
Upgrading dependencies
----------------------
-* Upgrade virtual environment packages: `make venv/upgrade`
+* Upgrade virtual environment packages: `make venv/upgrade`.
+`make maintenance` does that and pushes a commit to the upstream.
* Upgrade base Docker images.
* Find the current base images using `git grep -P 'FROM \w+:'`
* Upgrade the [cmark-gfm] version used in the [cgitize-frontend Docker image].