Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Readme file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Apr 18, 2020
1 parent 8702f7d commit b3bd151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ COPY --from=builder /app/build /public

## Releasing

New versions publishing is very simple - just update dependencies version(s) in `./package.json` file and "publish" new release using repo releases page. This action will trigger building of minor and patch image tags (eg.: release `v1.2.3` will create or update docker images with tags `1.2` and `1.2.3`).
New versions publishing is very simple - just update dependencies version(s) in `./package.json` file (or make any another changes) and "publish" new release using repo releases page. This action will trigger docker images (re)building (eg.: release `v1.2.3` will create or update docker images with tags `1.2` and `1.2.3`).

> Release version _(and git tag, of course)_ MUST starts with `v` prefix (eg.: `v0.0.1` or `v1.2.3-RC1`) and follows semantic versioning rules
> Release version _(and git tag, of course)_ MUST starts with `v` prefix (eg.: `v0.0.1` or `v1.2.3`) and follows semantic versioning rules
>
> Do not forget to update docker image version tag in "usage example" above
Expand Down

0 comments on commit b3bd151

Please sign in to comment.