Releases: ehrbase/openEHR_SDK
v1.1.0 (rc1)
Bugfixes and improvements.
v1.1.0
v1.0.0 (beta)
see https://github.com/ehrbase/openEHR_SDK/blob/master/CHANGELOG.md for the changes
and see https://github.com/ehrbase/openEHR_SDK/blob/master/UPDATING.md how to update
CI/CD
First release w/ activated CI w/ (semi)automated semantic versioning
- 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]
-
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) -
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.
test release
(testing only)
CI test release
this one is based on commit d97d209 which is used in EHRbase repo on development branch
Using <ehrbase.sdk.version>v0.3.2-SNAPSHOT</ehrbase.sdk.version>
in EHRbase's main pom works in both cases:
- locally (after `mvn install SDK) und and
- remotely (with clean ~/.m2 folder, SDK deps are pulled from jitpack.io)
v0.3.4
v0.3.1 (testing only)
Merge pull request #27 from ehrbase/flattener-fix Update Flattener.java
v0.3.0 (alpha)
v0.3.0