datasonnet / datasonnet-mapper

A modern, template-based, open source data transformation language
Apache License 2.0
27 stars 14 forks source link

DataSonnet

Maven Central

Documentation:

https://datasonnet.github.io/datasonnet-mapper/datasonnet/latest/index.html

Build and Versioning notes

The version in the POM should always be a SNAPSHOT version. That is the version that will be published on every push to the main branch (currently master).

All other branches will be versioned by the current POM version (without -SNAPSHOT) followed by their name (with slashes replaced by hyphens) followed by -SNAPSHOT.

Builds triggered on individual commits will have the version ${POM VERSION}-commit-{HASH}-SNAPSHOT.

Tags that start with v will be published with whatever the exact tag is (without the v).

To make a release where the POM SNAPSHOT version is X.Y.Z-SNAPSHOT

If a build fails, make a new push, which will trigger the new build with the necessary version information. If a tagged build fails, tick the patch version into a new tag and push that to trigger the new build.