Skip to content

Commit

Permalink
ci: fix logic and filters
Browse files Browse the repository at this point in the history
Signed-off-by: Han Xiao <[email protected]>
  • Loading branch information
hanxiao committed Apr 4, 2020
1 parent bf5b0bc commit c3b8068
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@ We follow the [semantic versioning](https://semver.org/). Say current master ver
- `x.y.z`: Friday release.
- `latest`: the last Friday release.

## Release Triggered Events
## Master Update

Every successful merge into the master triggers a development release. It will:

- update the Docker image with tag `devel`;
- update [jina-ai/docs](https://github.com/jina-ai/docs) tag `devel`

Note, commits started with `chore` are exceptions and will not trigger the events above. Right now these commits are:

- `chore(docs): update TOC`
- `chore(version): bumping master version`

# Friday Release

On Friday release, it will:

- tag the master as `vx.y.z` and push to the repo;
Expand Down

0 comments on commit c3b8068

Please sign in to comment.