You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
16
[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`).
16
17
17
18
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`.
18
20
19
-
Add your credentials to `~/.sbt/sonatype_credential` and run:
20
-
```sbt
21
+
First run:
22
+
```bash
21
23
sbt +publishSigned
22
24
```
23
25
24
-
Then upload:
25
-
```sbt
26
-
sbt +sonaUpload
26
+
Then release:
27
+
```bash
28
+
sbt sonaRelease
27
29
```
28
30
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).
0 commit comments