Skip to content

v2.4.0 unleash-scm-provider-git

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 21:25
· 1 commit to master since this release

Release Notes - mavenplugins/unleash-scm-provider-git

2.4.0

2.4.0 Badge

Summary

  • Enhance the tag comment to prepend with scmMessagePrefix if this is set - #2
  • Leverage injection of an IGitCommandFactory to simplify customization of JGit commands - #3

Updates

  • pom.xml:

    • refer to unleash-scm-provider-api 2.11.0
  • ScmProviderGit.java:

    • method tag(TagRequest request):
      • prepend the PreTagCommitMessage with scmMessagePrefix
        if this is set.
    • add injected field IGitCommandFactory gitCommandFactory
      • get all GitCommand by this factory