Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 977 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 977 Bytes

CircleCI branch GitHub tag (latest SemVer) Maven Central

Asteria

Further information can be found in the sub projects.

Development

Release

Releases are triggered locally. Just a tag will be pushed and CI pipelines take care of the rest.

Major

Run ./gradlew final -Prelease.scope=major locally.

Minor

Run ./gradlew final -Prelease.scope=minor locally.

Patch

Must be executed from a release branch like release/3.0.x. Run ./gradlew final -Prelease.scope=patch locally to create a patch.