Skip to content

Releases: nefilim/gradle-semver-plugin

v0.1.4

31 Jan 18:41
Compare
Choose a tag to compare

46ef843 relax constraints around being allowed to only set an extension value once

v0.1.3

27 Jan 16:29
Compare
Choose a tag to compare

9d48b63 fix non lazy calculation in versionTagName
398c924 use explicit nulls for pre-release in semver library, it fails with ""

v0.1.1

27 Jan 16:02
Compare
Choose a tag to compare

76e26d7 treat any non-main branch as a feature branch in flat mode
034c432 minor workflow fixes

v0.1.0

27 Jan 00:43
Compare
Choose a tag to compare

ee2a169 update workflow with conditional publish and stage defaults
37de167 support "master" as main branch, add Branch stage type, add Flat mode, swap out underlying version library
2a20f36 remove unused parameter
0b7cf4f update build & CI/CD workflow

v0.0.28

24 Jan 16:10
2f63be0
Compare
Choose a tag to compare

2f63be0 fix semver calculation for feature & hotfix branches, update documentation (#23)

v0.0.27

21 Jan 17:06
Compare
Choose a tag to compare

ec0f422 decorate POMs appropriately for publishing to sonatype
56c5e62 reorder
24ca5e7 omit keyid
9e86d4b remove old cache action
883d69d also publish plugin to central since gradle plugin repo is having sporadic problems

v0.0.26

20 Jan 00:16
Compare
Choose a tag to compare

7912346 gracefully handle blank project property overrides

v0.0.25

20 Jan 00:03
Compare
Choose a tag to compare

68afb2b Simplify configuration to currentBranch, better support for Snapshots

v0.0.24

10 Jan 22:08
Compare
Choose a tag to compare

1a5883d add generateVersionFile task (#19)

v0.0.23

10 Jan 20:54
b22264f
Compare
Choose a tag to compare

b22264f always print out the calculated version, add changelog (#18)
2c34b31 Update README.md
54466f8 update README