Skip to content

Commit

Permalink
Minor release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Nov 8, 2022
1 parent e92cf37 commit 28007fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Expand Up @@ -114,11 +114,6 @@ lazy val commonSettings = Seq(
publishMavenStyle := true,
Test / publishArtifact := false,
publishTo := sonatypePublishToBundle.value,

// Publish only for Scala 3.1 (the oldest Scala 3 version we support), not for any other later version. See
// https://scala-lang.org/blog/2021/10/21/scala-3.1.0-released.html#compatibility-notice for details about binary
// compatibility.
publish / skip := forScalaVersions { case (3, x) if x > 1 => true; case _ => false }.value
// format: on
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/update_website.sh
Expand Up @@ -6,7 +6,7 @@ set -e
cd "$(dirname "${BASH_SOURCE[0]}")/.."

WEBSITE_REPO="git@github.com:pureconfig/pureconfig.github.io.git"
WEBSITE_DIR=$(realpath "docs/target/website")
WEBSITE_DIR="docs/target/website"

VERSION=$(sed -E 's/ThisBuild \/ version := "([^"]+)"/\1/' < version.sbt)
COMMIT_MESSAGE="Update website for version $VERSION"
Expand Down

0 comments on commit 28007fb

Please sign in to comment.