Skip to content

Commit

Permalink
documented release process
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Nov 26, 2019
1 parent a3a3252 commit a5469e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ Then use the following call to convert the OpenAPI v2 specs (will be located at
$ mvn exec:java@gen-swagger
```
Note: _(One must have issued `npm install` previously.)_

## releasing

Run e.g. on master: `mvn -B release:prepare` e.g. via [![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/baloise/corellia)

Subsequently the GitHub action worksflow "create release" will pick up the published tag and release and deploy the artifacts in the Github package registry.

0 comments on commit a5469e2

Please sign in to comment.