nefilim / mill-github-release   0.0.10

GitHub

A simple Mill plugin to create a GitHub Release

Scala versions: 2.13
Mill plugins: 0.10

Mill GitHub Release

Quickstart

import $ivy.`io.github.nefilim.mill::mill-github-release::0.0.8`

object releaseModule extends GitHubReleaseModule {
  override def tagName = T.input { s"v${versionCalculator.calculatedVersion()}" }
  override def apiBaseURL = "https://github.company.co/api/v3"
}