sbt-github-pages

sbt plugin to publish GitHub Pages

MIT License

Stars
5

Bot releases are visible (Hide)

sbt-github-pages - v0.14.0 Latest Release

Published by kevin-lee 8 months ago

0.14.0 - 2024-03-05

New Feature

  • Allow force push (#213) - Thanks @michaelmior
    • force push with the environment variable GITHUB_PAGES_PUBLISH_FORCE_PUSH

Internal Housekeeping

  • Bump libraries (#214)

    • cats-effect to 3.5.3
    • http4s to 0.23.25
    • http4s-blaze-client to 0.23.16
    • effectie to 2.0.0-beta14
    • logger-f to 2.0.0-beta24
  • Add sbt-devoops-starter (#216)

  • Bump sbt-devoops to 3.1.0 (#218)

sbt-github-pages - v0.13.0

Published by kevin-lee 11 months ago

0.13.0 - 2023-11-19

Internal Housekeeping

  • Upgrade Scala, sbt, sbt plugins and libraries (#200)
    • Scala to 2.12.18
    • sbt to 1.9.7
    • sbt-ci-release to 1.5.12
    • sbt-wartremover to 3.1.5
    • sbt-devoops to 3.0.0
    • cats to 2.10.0
    • cats-effect to 3.5.2
    • github4s to 0.32.1
    • circe to 0.14.6
    • http4s to 0.23.24
    • http4s-blaze-client to 0.23.15
    • effectie to 2.0.0-beta13
    • logger-f to 2.0.0-beta22
    • extras to 0.44.0
sbt-github-pages - v0.12.0

Published by kevin-lee almost 2 years ago

0.12.0 - 2022-12-28

Done

  • Upgrade effectie and logger-f to 2.0.0-beta4 (#180) - and update the code accordingly / also upgrade other libraries
    • effectie2.0.0-beta2 => 2.0.0-beta4
    • logger-f2.0.0-beta2 => 2.0.0-beta4
    • global sbt version1.2.8 => 1.6.2
    • hedgehog0.9.0 => 0.10.1
    • cats2.8.0 => 2.9.0
    • cats-effect3.3.14 => 3.4.3
    • http4s blaze client0.23.12 => 0.23.13
    • extras0.20.0 => 0.26.0
sbt-github-pages - v0.11.0

Published by kevin-lee about 2 years ago

0.11.0 - 2022-10-04

Done

  • Upgrade Scala, sbt, sbt-plugins and libraries (#171)
    • sbt 1.6.2 => 1.7.2
    • Scala 2.12.12 => 2.12.17
    • cats 2.7.0 => 2.8.0
    • cats-effect 3.3.12 => 3.3.14
    • github4s 0.31.0 => 0.31.2
    • circe 0.14.1 => 0.14.3
    • http4s 0.23.11 => 0.23.16
    • http4s-blaze-client 0.23.12
    • effectie 2.0.0-beta1 => 2.0.0-beta2
    • logger-f 2.0.0-beta1 => 2.0.0-beta2
    • extras 0.14.0 => 0.20.0
sbt-github-pages - v0.10.0

Published by kevin-lee over 2 years ago

0.10.0 - 2022-05-21

Done

  • Add settingKey to set the request timeout for publishing GitHub Pages (#165)
sbt-github-pages - v0.9.0

Published by kevin-lee over 2 years ago

0.9.0 - 2022-05-05

Done

  • Bump effectie and logger-f to 2.0.0-beta1 (#162)
  • Upgrade libraries (#160)
    • cats 2.6.1 => 2.7.0
    • cats-effect 2.5.3 => 3.3.5
    • github4s 0.28.5 => 0.31.0
    • http4s 0.21.27 => 0.23.11
    • effectie 1.15.0 => 1.16.0
    • logger-f 1.15.0 => 1.16.0
    • hedgehog 0.7.0 => 0.8.0
  • Publish to s01.oss.sonatype.org (the new Maven central) (#131)
sbt-github-pages - v0.8.1

Published by kevin-lee almost 3 years ago

0.8.1 - 2021-11-20

Fix

  • publishToGitHubPages fails if you have greater than 30 branches alphabetically before gh-pages (#119) - Thanks @zarthross for the helpful bug report!
sbt-github-pages - v0.8.0

Published by kevin-lee about 3 years ago

0.8.0 - 2021-09-29

Done

  • Add a link to the doc site to explain how to create publish branch (#114)
sbt-github-pages - v0.7.0

Published by kevin-lee about 3 years ago

0.7.0 - 2021-09-19

Done

  • Upgraded libs and sbt plugins (#106)
    • cats 2.6.0 => 2.6.1
    • cats-effect 2.5.0 => 2.5.3
    • github4s 0.28.4 => 0.28.5
    • github4s 0.28.4 => 0.28.5
    • circe 0.13.0 => 0.14.1
    • http4s 0.21.22 => 0.21.27
    • effectie 1.10.0 => 1.15.0
    • logger-f 1.10.0 => 1.15.0
    • sbt-devoops 2.6.0 => 2.10.0
sbt-github-pages - v0.6.0

Published by kevin-lee over 3 years ago

0.6.0 - 2021-07-09

Done

  • Add default values for org/repo names extracted from git remote info (#102) - Thanks @alejandrohdezma
sbt-github-pages - v0.5.0

Published by kevin-lee over 3 years ago

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)
sbt-github-pages - v0.4.0

Published by kevin-lee over 3 years ago

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
sbt-github-pages - v0.3.0

Published by kevin-lee about 4 years ago

0.3.0 - 2020-10-17

Done

  • A single commit to publish GitHub Pages (#74)
sbt-github-pages - v0.2.0

Published by kevin-lee about 4 years ago

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
sbt-github-pages - v0.1.3

Published by kevin-lee about 4 years ago

0.1.3 - 2020-07-28

Fixed

  • Some failed cases of publishToGitHubPages task should fail properly (#59)
sbt-github-pages - v0.1.2

Published by kevin-lee over 4 years ago

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)
sbt-github-pages - v0.1.1

Published by kevin-lee over 4 years ago

0.1.1 - 2020-06-22

Done

  • Replace master branch with main branch (#25)
  • Change accepted text config (#36)
sbt-github-pages - v0.1.0

Published by kevin-lee over 4 years ago

0.1.0 - 2020-06-16

Done

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