diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-23 12:05:57 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-23 12:59:30 +0200 |
commit | 3f3b89213362b7f9c459a1c27c87136dbe3da3c6 (patch) | |
tree | 35395c68401407966c73a6ec49282c94b801914d /DEVELOPMENT.md | |
parent | Revert "remove unused files" (diff) | |
download | cgitize-3f3b89213362b7f9c459a1c27c87136dbe3da3c6.tar.gz cgitize-3f3b89213362b7f9c459a1c27c87136dbe3da3c6.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.md | 2 |
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. |