From f8b23fa75e6a545e9781a5a6f1138ecd19e2275a Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Thu, 6 Jul 2023 13:28:17 +0200 Subject: [PATCH] fix: demo release --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 534bb2e..ef7e7ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,4 +41,4 @@ Here is a checklist for testing the CI/CD. * Run the docker image using `docker run -p 8080:8080 wearefrank/webformulierenverwerker:3.2.1`. Check the name of the docker container you started using `docker ps -a`. Login to the docker container using `docker exec -it bash`. Check that `/opt/frank/resources/BuildInfo.property` and `/opt/frank/configurations/WebformulierenVerwerker/BuildInfo.properties` contain the right version and the right date. * Check a breaking change like above. This should update the major version. * Do a commit with \[skip ci\] in the commit message. It should not make a release and it should not push a docker image. -* Make a pull request. Check that no release is made and that no docker image is pushed. \ No newline at end of file +* Make a pull request. Check that no release is made and that no docker image is pushed.