semver-git icon indicating copy to clipboard operation
semver-git copied to clipboard

Add option to configure via semverGit {} block

Open emlun opened this issue 3 years ago • 1 comments

This allows the plugin to be applied with the new plugins {} DSL.

Fixes #3. Alleviates #14. Fixes #26.

emlun avatar Jan 31 '23 23:01 emlun

Alright, I found the corner-case. It's in this project's build-script 😁 The publishing section in build.gradle needs to use version.toString() otherwise the build fails.

Could you do this change and at the same time use -s on that commit to sign-off the changes? Previously this repository required a CLA, but before I left the discussion was to replace it with DCO which is basically the same thing but with less paperwork

After that it looks good enough to be merged, I'll have to chase some people to actually get it released though so that might take some extra time

deepy avatar Feb 09 '23 19:02 deepy