File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Scalatest-json
66
77Scalatest matchers for Json with appropriate equality and descriptive error messages.
88
9- install
9+ Install
1010---
1111
1212Add the dependency you want
@@ -21,7 +21,7 @@ libraryDependencies += "com.stephenn" %% "scalatest-jsoniter-scala" % "0.2.0"
2121
2222You can also check the latest version on [ maven central] ( https://search.maven.org/search?q=com.stephenn%20scalatest ) .
2323
24- usage
24+ Usage
2525---
2626Your scalatest spec should extend or import ` JsonMatchers `
2727
@@ -117,9 +117,10 @@ it("can compare json and a model") {
117117
118118Publishing
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+ ```
You can’t perform that action at this time.
0 commit comments