Skip to content

Commit b6f4766

Browse files
authored
Update Readme closes #700 (#704)
1 parent b1d6f55 commit b6f4766

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You'll find that the repostiory uses yarn workspaces to separate the [API](packa
1111
Configuration of both the api and the models is done using mechanisms provided by [lorenwest/node-config](https://github.com/lorenwest/node-config). You can find an annotated example configuration with all keys in [`config/config.example.json`](config/config.example.json).
1212

1313
## Development
14-
- Have [Node.js] v14, [yarn](https://yarnpkg.com/), [Docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/) installed
14+
- Have [Node.js] v16, [yarn](https://yarnpkg.com/), [Docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/) installed
1515
- Start your development database (`docker-compose up -d db`)
1616
- Create branch for your feature (`git checkout my-awesome-feature`)
1717
- Run `yarn install`
@@ -60,7 +60,7 @@ yarn test
6060
- Is generated and pushed to GitHub by GitHub Actions [file](.github/workflows/test.yaml)
6161

6262
### Tags and Versions
63-
Git Tags are used for Docker hub builds (like `v1`). Version number is increased by one for each new version. Docker images are built automatically by the Docker hub for all tags starting with `v`
63+
Git Tags are used for Github Container Registry builds (like `v1`). Version number is increased by following semantic versioning. Docker images are built automatically by Github Actions for all tags starting with `v` all pushes to `master` and all pull requests against `master`.
6464

6565
#### Versioned container images
6666
- Check out `master` branch

0 commit comments

Comments
 (0)