From 7e9d60416637fb349335c1fac7e155d190231a43 Mon Sep 17 00:00:00 2001 From: Yann Gouffon Date: Wed, 25 Jul 2018 17:49:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20publish=20workflow=20in=20?= =?UTF-8?q?readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a0cf0d18..101584c3d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ With Docker, you can run: - `$ docker-compose up builder` same as `$ yarn build` but in containers - `$ docker-compose up server` same as `$ yarn start` but in containers +## Publish + +1. From your local `dev` branch, `$ git flow release start x.x.x` +2. Update `VERSION`, `CHANGELOG.md` and package.json `version` +3. `$ git flow release finish -p 'x.x.x'` +4. From your local `master` branch, `$ sh publish.sh x.x.x` + ## Contribute The project is using the **Gitflow workflow**. It defines a strict branching model designed around the project release.