From 47d127409da8223412c904d11ea9d4871c10fd4a Mon Sep 17 00:00:00 2001 From: grasdk Date: Thu, 9 May 2024 01:46:03 +0200 Subject: [PATCH] Updated the contributing text --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea877b3..470cb35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Building and maintaining this project is solely about the containerization of the finished Galette packages. If you want to contribute to Galette itself, take a look [here](https://galette.eu/site/contribute/). ## Updating to next Galette version -If you just want to upgrade to the next version of Galette, all you need to do is change the version number in the Dockerfile: `ARG galetteversion=`. You might also need to update the plugin versions: `ARG plugin_< plugin name>_version=`. +If you just want to upgrade to the next version of Galette, all you need to do is change the version number in the Dockerfile: `ARG GALETTE_VERSION=`. You might also need to update the plugin versions: `ARG plugin_< plugin name>_version=`. You can also provide the `GALETTE_VERSION` as a build-arg (see below). After this, you _should_ of course build and test like described in [Building and testing locally](#building-and-testing-locally). But you can also commit the change, merge it to master and start a new release in GitHub. The github action [build and publish](./.github/workflows/docker-build-and-publish.yml), will build and publish the image, when a new release is published.