Skip to content

Releases: alejandrohdezma/sbt-github

v0.8.1

26 Apr 18:03
3eabd96
Compare
Choose a tag to compare

What's changed

🚀 Features

Create new githubOrganization setting. This setting can be used to override the repository organization and set a different organization name, email, and homepage:

githubOrganization := "my-organization"

📘 Documentation

📈 Dependency updates

Contributors to this release

@alejandrohdezma

v0.8.0

20 Apr 19:07
6d4296a
Compare
Choose a tag to compare

What's changed

In sbt-github

A new setting githubEnabled has been added that will be used instead of downloadInfoFromGithub.

Instead of relying on environment variables, this new setting will be used via the following command aliases:

  • github: Sets githubEnabled to true
  • githubOn: Sets githubEnable to true
  • githubOff: Sets githubEnabled to false

❗ Important note. The downloadInfoFromGithub has been deprecated and will be removed on version 0.9.0 along with using DOWNLOAD_INFO_FROM_GITHUB environment variable mechanism. If anyone wants to keep that functionality, add the following to build.sbt:

ThisBuild / githubEnabled := sys.env.contains("DOWNLOAD_INFO_FROM_GITHUB")

In sbt-github-header

The minimum version of sbt-header has been raised to 5.6.0 so we can use the new headerLicenseStyle setting from the HeaderPlugin along with LicenseDetection which has been made public in sbt/sbt-header#181.

This way we don't need to hold our own list of licenses and just rely on detection from the sbt-header plugin.

❗ Important note. The headerLicense has been deprecated and will be removed on version 0.9.0. Use de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.headerLicenseStyle setting instead

🚀 Features

📈 Dependency updates

Contributors to this release

@alejandrohdezma

v0.7.1

14 Apr 07:54
f4acc29
Compare
Choose a tag to compare

What's changed

🚀 Features

📈 Dependency updates

Contributors to this release

@alejandrohdezma, @github-actions, @github-actions[bot] and @scala-steward

v0.7.0

07 Apr 19:00
94080c1
Compare
Choose a tag to compare

What's changed

🚀 Features

📘 Documentation

🐛 Bug Fixes

📈 Dependency updates

Contributors to this release

@alejandrohdezma

v0.6.0

01 Mar 12:15
32fb25b
Compare
Choose a tag to compare

What's changed

⚠️ This release includes a breaking change! #99

🚀 Features

Contributors to this release

@alejandrohdezma

v0.5.2

17 Feb 06:41
e72ba49
Compare
Choose a tag to compare
Merge pull request #85 from alejandrohdezma/copyright-owner

Add `COPYRIGHT_OWNER` as mdoc variable in sbt-github-mdoc

v0.5.1

14 Feb 18:50
7a699c3
Compare
Choose a tag to compare
Merge pull request #80 from alejandrohdezma/auto-update-docs

Update documentation and other files

v0.5.0

14 Feb 12:37
ffc6404
Compare
Choose a tag to compare
Merge pull request #74 from alejandrohdezma/auto-update-docs

Update documentation and other files