Skip to content

Commit

Permalink
docs(redis): add redis docker-compose instructions for development
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored and manast committed Aug 17, 2021
1 parent 39d42ae commit bee6b75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ yarn test

- Provide feedback on the PR about your changes and results.

## Start Redis

In case you don't have redis installed, there is a redis docker-compose for development purposes.

- Before starting Redis, make sure you have [docker-compose](https://docs.docker.com/compose/install/) installed.
- Now please follow [pull request testing](#pull-request-testing) section.

## Doing a release

Releases are automatically performed by semantic-release and consists on the following:
Expand All @@ -29,6 +36,6 @@ Releases are automatically performed by semantic-release and consists on the fol
- update changelog following the commits format.
- `git tag -a 3.X.Y -m 3.X.Y` `git push --tags`
- `npm publish`
- add a version on the github release page, based on the tag
- add a version on the github release page, based on the tag.

So please, just follow the semantic-release commit format and don't change package.json version, this will be automatically changed.

0 comments on commit bee6b75

Please sign in to comment.