From 1651878a5681bb9017a27e1f2c2d280378da25af Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Wed, 2 Dec 2020 21:33:44 +0100 Subject: [PATCH] [TASK] better to test docker image before releasing Signed-off-by: Jerome Jutteau --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 245a6e7..e7ee9c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,10 +94,11 @@ Quick walktrough: * Compare the [»next-release« branch to »master«](https://gitlab.com/mojo42/Jirafeau/compare/master...next-release) * Add a list of noteworthy features and bugfixes to `CHANGELOG.md` * Add eventual upgrade procedure to `CHANGELOG.md` +* Build and test docker image * Change the version, using [semantic versioning](http://semver.org/), in ```settings.php``` * Merge »next-release« branch to »master« -* Update the demo page * Tag the »master« with the new version * Push branch and tag -* Build & push new docker image +* Push new docker image +* Update the demo page * Dance a little -- 2.34.1