Releases: FigureTechnologies/gradle-semver-plugin
v0.3.0
Fix property name for github release (#4)
v0.2.0
Fix property name for github release (#4)
v0.1.0
24a9e1b Fix property name for github release (#4)
0f87755 Fix double publish by removing the publications block (#3)
23c47e9 Merge pull request #1 from FigureTechnologies/jonasg13/package-reorg
90eeebd Fix typo in readme
42c0560 Remove gradle daemon step, try publishing to repository/figure
7478802 rename pub
9557d5b fix publish
8bf04da update actions
32c3171 code owners
affd1e8 shuffle pkg around
29dcf0a build
035621f catalog
3be501b gradle settings
81da5b6 gradle props
fdf49b8 readme
4c403f1 more explicitly log error causes
8571865 update logging level and README
f005b92 allow overrideVersion to take effect even in detached head state if specified
6882459 add more useful error logging when failing, add more tests
141e37f log calculated semver
59bd834 Update README.md
458ae28 Update README.md
86c3cc7 Update README.md
25cbd42 fix regression in plugin publishing GHA
9ee56bf fix regression in plugin publishing GHA
dc06412 fix github PR bug and move self semver to 0.3.+
259391b normalize logging and logging levels
36b0282 always use remote origin refs for predefined branches (main/develop)
badac50 add additional logging and minor bug fix for branch construction in GitHub
90de0d6 improve API flexibility and documentation
b5f61ca allow user configurable strategies
ba330fd Update README.md
58fdb6e Update README.md
93227ff rewrote plugin :)
7a0ac5c force Main to Stage=Final when not specified or set to Branch
ccb6cb1 flat mode should default to Branch Stage unless a Stage was specifically set
a8faeed Update README.md
a0a8597 major reorg & clean up to allow for better unit testing, add additional tests
aea1a09 fix for regression #24
e09234b drop kotlin language level & dependencies down to 1.5 for better compatibility with Gradle until Gradle eventually switches to 1.6
bf2a142 fix double version application when not in flat mode
2c03fb6 more graceful degradation for in the absence of existing version tags
46ef843 relax constraints around being allowed to only set an extension value once
9d48b63 fix non lazy calculation in versionTagName
398c924 use explicit nulls for pre-release in semver library, it fails with ""
76e26d7 treat any non-main branch as a feature branch in flat mode
034c432 minor workflow fixes
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