Skip to content

Commit e982b0e

Browse files
update deploy instructions
1 parent 54adcc1 commit e982b0e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scalatest-json
66

77
Scalatest matchers for Json with appropriate equality and descriptive error messages.
88

9-
install
9+
Install
1010
---
1111

1212
Add the dependency you want
@@ -21,7 +21,7 @@ libraryDependencies += "com.stephenn" %% "scalatest-jsoniter-scala" % "0.2.0"
2121

2222
You can also check the latest version on [maven central](https://search.maven.org/search?q=com.stephenn%20scalatest).
2323

24-
usage
24+
Usage
2525
---
2626
Your scalatest spec should extend or import `JsonMatchers`
2727

@@ -117,9 +117,10 @@ it("can compare json and a model") {
117117

118118
Publishing
119119
---
120-
* bump version to non snaphsot
121-
* commit and tag `git tag scalatest-json-0.1.0` `git push --tags`
122-
* export GPG_TTY=$(tty)
123-
* sbt +publishSigned
124-
* sbt sonatypeReleaseAll
125-
* bump version to snapshot
120+
Done from github actions using [sbt-ci-release](https://github.com/olafurpg/sbt-ci-release)
121+
122+
eg
123+
```
124+
git tag -a v0.1.0 -m "v0.1.0"
125+
git push origin v0.1.0
126+
```

0 commit comments

Comments
 (0)