Skip to content

CI/CD

Pre-release
Pre-release
Compare
Choose a tag to compare
@wlad wlad released this 06 Jul 17:56
· 1754 commits to develop since this release

First release w/ activated CI w/ (semi)automated semantic versioning

  1. PUBLISHING SNAPSHOTS
    Use one of the following keywords in commit message title when you merge your PR into develop to trigger an automatic version update and creation of a Git tag w/ SNAPSHOT suffix (i.e. v0.3.5-SNAPSHOT)
  • [major]
  • [minor]
  • [patch]
  1. PUBLISHING RELEASES
    Checkout from develop a branch named release and push it to remote (git push --set-upstream origin release). This will create a Git tag based on the version of the last SNAPSHOT (i.e. v0.3.5)

  2. To make these versions available via jitpack.io create a release from created Git tags via Github UI. Jitpack.io will build and provide related artifacs on demand.