aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 12:05:57 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 12:59:30 +0200
commit3f3b89213362b7f9c459a1c27c87136dbe3da3c6 (patch)
tree35395c68401407966c73a6ec49282c94b801914d /DEVELOPMENT.md
parentRevert "remove unused files" (diff)
downloadcgitize-5.0.1.tar.gz
cgitize-5.0.1.zip
docker: put a proper definition in READMEv5.0.1
Without the `build` section, which made the snippet not copyable.
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 487c318..e88be2f 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -43,3 +43,5 @@ Releases
* Make a git tag for a new minor version using `make tag`.
You can then review it and push using `git push --tags`.
+* For a new major version, update the version in the docker-compose definition
+in docker/README.md.