Skip to content

Commit

Permalink
Prepare for release 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Aug 22, 2019
1 parent 202b64e commit bf4d8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This plugin provides a number of features:
Then add to your `project/plugins.sbt`:

```
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.19")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.22")
```

And to `build.sbt`:
Expand Down
15 changes: 3 additions & 12 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
For now releasing is a matter of:
* checkout clean master
* update version in build.sbt and README.md
* set BINTRAY_USER and BINTRAY_PASS (to the bintray token, not password)
* 'sbt ^publish'
* update version in build.sbt to next snapshot
* commit, tag and push

We consciously don't commit a version with a non-SNAPSHOT version, as you might
forget to update that when forking from a tag. That's ironic, as that makes
sbt-reproducible-builds less reproducible :). In the future we should:
* infer the version from the tag with something like sbt-dynver
* publish from Travis.
* update version in README.md
* wait for travis builds to complete
* tag

0 comments on commit bf4d8f4

Please sign in to comment.