Skip to content

Commit

Permalink
πŸ“ add publish workflow in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jul 25, 2018
1 parent 687f925 commit 7e9d604
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e9d604

Please sign in to comment.