diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-10 10:39:51 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 10:39:51 +0200 |
commit | c71469bccd48757ed062519e64809c4b8c6d5d74 (patch) | |
tree | c7bc7cba6643dd17562c93da7eccfd68e3b6a69c /DEVELOPMENT.md | |
parent | stop docker-compose from annoying me (diff) | |
download | cgitize-c71469bccd48757ed062519e64809c4b8c6d5d74.tar.gz cgitize-c71469bccd48757ed062519e64809c4b8c6d5d74.zip |
Makefile: add maintenance target
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 3 |
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]. |