Skip to content

Commit 9c6c9f9

Browse files
committed
update readme, add publish instructions
1 parent 12cfdb6 commit 9c6c9f9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,16 @@ You can manage your requirements with the reqT-lang library, the Scala compiler
2525

2626
* You need the [`sbt`](https://www.scala-sbt.org/) build tool of [this version](https://github.com/reqT/reqT-lang/blob/main/project/build.properties) or higher on your path.
2727

28-
* Run `sbt build` in terminal.
28+
* Run `sbt build` in terminal.
29+
30+
## How to publish
31+
32+
For maintainers of https://github.com/reqT/reqT-lang
33+
34+
* Bump version in `build.sbt` and reload build
35+
36+
* Run `sbt package`
37+
38+
* Create a release on https://github.com/reqT/reqT-lang
39+
40+
* Upload the jar in target/scala-x.y.z named something similar to reqT-lang_3-VERSION.jar

0 commit comments

Comments
 (0)