Skip to content

Releases: tschulte/gradle-semantic-release-plugin

v1.4.2

18 May 08:09
Compare
Choose a tag to compare

1.4.2 (2021-05-18)

Bug Fixes

  • mark properties with @Internal (945d94e, closes #44)

v1.4.1

20 Apr 09:23
Compare
Choose a tag to compare

1.4.1 (2021-04-20)

Bug Fixes

v1.4.0

14 Feb 06:54
Compare
Choose a tag to compare

1.4.0 (2018-02-14)

Features

  • update gradle-git version from 1.5.1 to 1.7.2 (e5a442c, closes #29)

v1.3.1

23 Oct 13:02
Compare
Choose a tag to compare

1.3.1 (2017-10-23)

Bug Fixes

  • upload to plugins.gradle.org (ba2aa36)

v1.3.0

18 Oct 20:17
Compare
Choose a tag to compare

1.3.0 (2017-10-18)

Note

Because of a bug in the build system, this version has not been uploaded to https://plugins.gradle.org/m2/. Therefore you should use version 1.3.1 instead.

Bug Fixes

  • NullPointer in GithubRepo.getPathFromRepositoryUrl (e8cc660)
  • use appropriate endpoint for GitHub Enterprise assets (adfecc0)

Features

  • GitHub Enterprise support (1862958)

v1.2.0

13 Aug 12:15
Compare
Choose a tag to compare

1.2.0 (2016-08-13)

Bug Fixes

  • automatically add tasks that produce releaseAssets as dependencies (93d21f6)

Features

  • allow specifying name, label and contentType of releaseAssets (8b5995e)
  • allow to define releaseAssets (52a5e01, closes #13)
  • autowire build and upload tasks to release (8ba51eb, closes #16)
  • increase gradle-git and jcabi-github versions (906c37d, closes #15)

v1.1.2

16 Oct 21:25
Compare
Choose a tag to compare

1.1.2 (2015-10-16)

Bug Fixes

  • allow plugin application from external gradle script (d0ae51c)

v1.1.1

21 Sep 20:20
Compare
Choose a tag to compare

1.1.1 (2015-09-21)

Bug Fixes

  • ChangeLog: check for tag using GitHub API before uploading Changelog (f15e8fd, closes #3)

v1.1.0

15 Sep 21:20
Compare
Choose a tag to compare

1.1.0 (2015-09-15)

Bug Fixes

  • ChangeLog: create GitHub-API Object only when valid token given (9b8863e)

Features

  • ChangeLog: add closed issues to ChangeLog (746f8f2, closes #4)

v1.0.1

14 Sep 21:02
Compare
Choose a tag to compare

1.0.1 (2015-09-14)

Bug Fixes

  • extension: rename properties to match the methods with properties (ca2e1de, closes #2)