Skip to content

Commit 293e08f

Browse files
authored
Merge pull request #8 from combinators/fix_release
Publish to new sonatype central host
2 parents 9c8cd32 + 73473fc commit 293e08f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# org.combinators.templating
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.combinators/templating_2.13/badge.png?style=flat)](https://search.maven.org/search?q=g:org.combinators%20AND%20a:templating%2A)
3-
[![build status](https://travis-ci.org/combinators/templating.svg?branch=master)](https://travis-ci.org/combinators/templating)
3+
[![Test code, update coverage, and release master branch](https://github.com/combinators/templating/actions/workflows/test_and_release.yml/badge.svg?branch=master)](https://github.com/combinators/templating/actions/workflows/test_and_release.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/combinators/templating/badge.svg?branch=master)](https://coveralls.io/github/combinators/templating?branch=master)
55
[![Join the chat at https://gitter.im/combinators/cls-scala](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/combinators/cls-scala)
66
## Templating support for multiple languages

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import sbt.Keys._
22
import sbt.Resolver
3+
import xerial.sbt.Sonatype.sonatypeCentralHost
34

45
lazy val commonSettings = Seq(
56
organization := "org.combinators",
@@ -72,6 +73,7 @@ lazy val publishSettings = Seq(
7273
Developer("BorisDuedder", "Boris Düdder", "boris.d@di.ku.dk", url("http://duedder.net"))
7374
),
7475
publishTo := sonatypePublishToBundle.value,
76+
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost,
7577
) ++ sys.env.get("PGP_KEY_HEX").map(h => usePgpKeyHex(h)).seq
7678

7779
lazy val noPublishSettings = Seq(

0 commit comments

Comments
 (0)