Skip to content

Commit c0f30f2

Browse files
authored
Merge pull request #141 from moia-oss/rm
2 parents c68def2 + 784f030 commit c0f30f2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# scala-itkit for Pekko
22

33
![Build & Test](https://github.com/moia-oss/itkit-pekko/workflows/Build%20&%20Test/badge.svg)
4-
[![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)
4+
[![Scala 2.13](https://img.shields.io/maven-central/v/io.moia/itkit-pekko_2.13.svg)](https://search.maven.org/search?q=itkit-pekko_2.13)
5+
[![Scala 3](https://img.shields.io/maven-central/v/io.moia/itkit-pekko_3.svg)](https://search.maven.org/search?q=itkit-pekko_3)
56
[![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)
67

78
This framework aims towards reduction of boilerplate produced during development of integration tests. It contains
@@ -15,18 +16,19 @@ which can be used for sending requests to the server instance.
1516
[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`).
1617

1718
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://central.sonatype.com that can [access](https://central.sonatype.org/faq/what-happened-to-issues-sonatype-org/#i-used-to-registerupdate-my-ossrh-account-at-issuessonatypeorg-what-do-i-do-now) the `io.moia` namespace.
19+
Add your credentials to `~/.sbt/sonatype_credential`.
1820

19-
Add your credentials to `~/.sbt/sonatype_credential` and run:
20-
```sbt
21+
First run:
22+
```bash
2123
sbt +publishSigned
2224
```
2325

24-
Then upload:
25-
```sbt
26-
sbt +sonaUpload
26+
Then release:
27+
```bash
28+
sbt sonaRelease
2729
```
2830

29-
Afterward, add the release to [GitHub](https://github.com/moia-oss/itkit/releases).
31+
Afterward, add the release to [GitHub](https://github.com/moia-oss/itkit-pekko/releases).
3032

3133
## Usage
3234

0 commit comments

Comments
 (0)