Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saeltz committed May 4, 2023
1 parent b0c13a5 commit 607b5ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).
Expand Down

0 comments on commit 607b5ae

Please sign in to comment.