Skip to content

Releases: kevin-lee/sbt-github-pages

v0.5.0

03 May 10:52
a8a17d1
Compare
Choose a tag to compare

0.5.0 - 2021-05-03

Done

  • Upgrade sbt plugin and libraries (#93)
    • sbt 1.4.9 => 1.5.1
    • sbt-devoops 2.1.0 => 2.3.0
    • http4s 0.21.20 => 0.21.22
    • cats-core 2.4.2 => 2.6.0
    • cats-effect 2.3.3 => 2.5.0
    • github4s 0.28.2 => 0.28.4
    • effectie 1.9.0 => 1.10.0
    • logger-f 1.9.0 => 1.10.0
  • Publish directly to Maven Central (#96)

v0.4.0

19 Feb 19:21
f573c9e
Compare
Choose a tag to compare

0.4.0 - 2021-02-19

Done

  • Upgrade libraries and sbt (#85)
    • sbt-devoops 1.0.3 => 2.0.0 - Changed: GitHub Actions config accordingly
    • Cats 2.3.1 => 2.4.2
    • Cats Effect 2.3.1 => 2.3.3
    • github4s 0.27.1 => 0.28.2
    • http4s 0.21.15 => 0.21.19

v0.3.0

17 Oct 12:06
b235879
Compare
Choose a tag to compare

0.3.0 - 2020-10-17

Done

  • A single commit to publish GitHub Pages (#74)

v0.2.0

19 Sep 12:10
0bc11fe
Compare
Choose a tag to compare

0.2.0 - 2020-09-19

Done

  • Support GitHub Enterprise (#56)
    gitHubPagesGitHubBaseUrl: SettingKey[String]
    
    gitHubPagesGitHubAuthorizeUrl: SettingKey[String]
    
    gitHubPagesGitHubAccessTokenUrl: SettingKey[String]
    
    gitHubPagesGitHubHeaders: SettingKey[Map[String, String]]
  • Environment variables for GitHub Enterprise config (#68)
    • GITHUB_ENT_BASE_URL for gitHubPagesGitHubBaseUrl
    • GITHUB_ENT_AUTHORIZE_URL for gitHubPagesGitHubAuthorizeUrl
    • GITHUB_ENT_ACCESS_TOKEN_URL for gitHubPagesGitHubAccessTokenUrl
    • GITHUB_ENT_HEADERS for gitHubPagesGitHubHeaders

v0.1.3

28 Jul 13:46
b9f52fd
Compare
Choose a tag to compare

0.1.3 - 2020-07-28

Fixed

  • Some failed cases of publishToGitHubPages task should fail properly (#59)

v0.1.2

02 Jul 17:05
cc28aa7
Compare
Choose a tag to compare

0.1.2 - 2020-07-03

Fixed

  • publishToGitHubPages does not report error when it fails (#49)
  • Error when there is any directory with no file in it (#51)

v0.1.1

22 Jun 10:38
148d829
Compare
Choose a tag to compare

0.1.1 - 2020-06-22

Done

  • Replace master branch with main branch (#25)
  • Change accepted text config (#36)

v0.1.0

16 Jun 13:03
0ba648e
Compare
Choose a tag to compare

0.1.0 - 2020-06-16

Done

  • Added: GitHubPagesPlugin to publish gh-pages (#18)
  • All PRs