Releases: alejandrohdezma/sbt-github
v0.8.2
What's changed
- Should not suggest to use binary compatibility cross-version (#188) @alejandrohdezma
🚀 Features
- Support
scala-steward
scmInfo
(#189) @alejandrohdezma
Contributors to this release
v0.8.1
What's changed
- Add CODEOWNERS (#182) @alejandrohdezma
🚀 Features
- Add setting to override organization used (#187) @alejandrohdezma
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"
- Change
specs2
tomunit
as test framework (#186) @alejandrohdezma - Deprecate
githubToken
in favour ofgithubAuthToken
(#184) @alejandrohdezma
📘 Documentation
- Add microsite (#185) @alejandrohdezma
📈 Dependency updates
- Update sbt-ci-release to 1.5.3 (#183) @scala-steward
- Update Scala, SBT & plugins to latest version (#181) @alejandrohdezma
Contributors to this release
v0.8.0
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
: SetsgithubEnabled
totrue
githubOn
: SetsgithubEnable
totrue
githubOff
: SetsgithubEnabled
tofalse
❗ Important note. The
downloadInfoFromGithub
has been deprecated and will be removed on version0.9.0
along with usingDOWNLOAD_INFO_FROM_GITHUB
environment variable mechanism. If anyone wants to keep that functionality, add the following tobuild.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 version0.9.0
. Usede.heikoseeberger.sbtheader.HeaderPlugin.autoImport.headerLicenseStyle
setting instead
🚀 Features
- Move minimum version of
sbt-header
to5.6.0
(#179) @alejandrohdezma - Add
githubEnabled
setting to be used instead ofdownloadInfoFromGithub
(#178) @alejandrohdezma
📈 Dependency updates
- Update
sbt-codecov
to version0.1.1
(#175) @alejandrohdezma - Update sbt-fix to 0.5.0 (#170) @alejandrohdezma
Contributors to this release
v0.7.1
What's changed
🚀 Features
- Add new
DESCRIPTION
mdoc variable withdescription
setting value (#159) @alejandrohdezma - Add
sbt-codecov
plugin (#157) @alejandrohdezma - Add
sbt-remove-test-from-pom
plugin (#151) @alejandrohdezma
📈 Dependency updates
- Update sbt-header to 5.5.0 (#155) @scala-steward
- Update specs2-core to 4.9.3 (#153) @scala-steward
Contributors to this release
@alejandrohdezma, @github-actions, @github-actions[bot] and @scala-steward
v0.7.0
What's changed
🚀 Features
- Add
per_page
query param to contributors and collaborators URLs (#146) @alejandrohdezma - Use
java.net.URL
for "url" fields (#144) @alejandrohdezma - Enable indicating the whole path when retrieving nested values in JSON (#142) @alejandrohdezma
- Enable code-coverage retrieval and uploading to Codecov (#134) @alejandrohdezma
- Simplify SBT build (#133) @alejandrohdezma
- Extract mock server url creation to package object (#127) @alejandrohdezma
- Improve documentation on Github Token (#118) @alejandrohdezma
- Refactor erroring system (#117) @alejandrohdezma
📘 Documentation
- Add Codecov badge to README (#135) @alejandrohdezma
🐛 Bug Fixes
- Fix & Refactor
Collaborator
constructors (#140) @alejandrohdezma
📈 Dependency updates
- Update http4s to 0.21.3 (#130) @alejandrohdezma
- Update sbt-mdoc to 2.1.5 (#129) @alejandrohdezma
- Update sbt-mdoc to 2.1.5 (#124) @scala-steward
- Update http4s-blaze-server, http4s-dsl to 0.21.3 (#123) @scala-steward
- Update sbt to 1.3.9 (#115) @scala-steward
- Update http4s-blaze-server, http4s-dsl to 0.21.2 (#113) @scala-steward
- Update sbt-mdoc to 2.1.3 (#111) @scala-steward
- Update specs2-core to 4.9.2 (#108) @scala-steward
Contributors to this release
v0.6.0
What's changed
🚀 Features
- Use repository's name as
NAME
mdoc variable (#99) @alejandrohdezma - Automatically merge all scala-steward PRs (#95) @alejandrohdezma
Contributors to this release
v0.5.2
Merge pull request #85 from alejandrohdezma/copyright-owner Add `COPYRIGHT_OWNER` as mdoc variable in sbt-github-mdoc
v0.5.1
Merge pull request #80 from alejandrohdezma/auto-update-docs Update documentation and other files
v0.5.0
Merge pull request #74 from alejandrohdezma/auto-update-docs Update documentation and other files