diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a0f2f95..7616741e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -236,7 +236,7 @@ Github Release: - TAG=$(git tag -l "v*" --sort=-creatordate | head -n1) - CHANGES=$(./get-changes.sh) - echo "Creating Github release $TAG with changes\n$CHANGES" - - gh release create "$TAG" -n "$CHANGES" -t "$TAG" -R "github.com/RMLio/rmlmapper-java" target/*.jar + - gh release create "$TAG" -n "$CHANGES" -t "$TAG" -R "github.com/RMLio/rmlmapper-java" target/*-all.jar only: - tags diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b418da..651b8125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Bump buildnumber during release (see [issue 227](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/227)) - Always include xml: prefix (see [issue 144](https://github.com/RMLio/rmlmapper-java/issues/144)) - `normalizeDate` function uses wrong pattern (see [issue 228](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/228)) +- CI: only publish `-all.jar` releases on Github (see [issue 145](https://github.com/RMLio/rmlmapper-java/issues/145)) ### Changed - CSVRecordFactory: Replace Apache CSV library with OpenCSV to be able to differentiate between empty string and null (see [issue 140](https://github.com/RMLio/rmlmapper-java/issues/140))