From 607b5ae765785ed26ff002406d115de3f3f031ad Mon Sep 17 00:00:00 2001 From: saeltz Date: Thu, 4 May 2023 11:59:40 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11a777e..4ed14f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # scala-itkit -![Build & Test](https://github.com/moia-oss/itkit/workflows/Build%20&%20Test/badge.svg) -[![Scala 2.13](https://img.shields.io/maven-central/v/io.moia/itkit_2.13.svg)](https://search.maven.org/search?q=itkit_2.13) +![Build & Test](https://github.com/moia-oss/itkit-pekko/workflows/Build%20&%20Test/badge.svg) +[![Scala 2.13](https://img.shields.io/maven-central/v/io.moia/itkit-pekko_2.13.svg)](https://search.maven.org/search?q=itkit_2.13) [![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org) This framework aims towards reduction of boilerplate produced during development of integration tests. It contains @@ -10,18 +10,18 @@ which can be used for sending requests to the server instance. ## Release -[Tag](https://github.com/moia-oss/itkit/tags) the new version (e.g. `v3.0.0`) and push the tags (`git push origin --tags`). +[Tag](https://github.com/moia-oss/itkit-pekko/tags) the new version (e.g. `v3.0.0`) and push the tags (`git push origin --tags`). You need a [public GPG key](https://www.scala-sbt.org/release/docs/Using-Sonatype.html) with your MOIA email and an account on https://oss.sonatype.org that can [access](https://issues.sonatype.org/browse/OSSRH-52948) the `io.moia` group. Add your credentials to `~/.sbt/sonatype_credential` and run ```sbt -sbt:itkit> +publishSigned +sbt +publishSigned ``` Then close and release the [repository](https://oss.sonatype.org/#stagingRepositories). -``` -sbt:itkit> +sonatypeRelease +```sbt +sbt +sonatypeRelease ``` Afterwards, add the release to [GitHub](https://github.com/moia-oss/itkit/releases).