Skip to content

Commit

Permalink
preparing 0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed Mar 28, 2017
1 parent 2b331d0 commit 7d2313b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ This will prepare JAR assemblies as well as their Scaladoc documentation package
The main library is in the `core` JAR assembly (`core/target/scala-2.11/core-*.jar`).
User code should depend on that JAR only.

## Prepare new release

- Edit the version string at the top of `build.sbt`
- Make sure there is a description of changes for this release at the top of `docs/roadmap.md`
- Commit everything to master and add tag with release version
- Push everything with tags to master

## Publish to Sonatype

```bash
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ sbt

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "io.chymyst",
version := "0.1.8-SNAPSHOT",
version := "0.1.8",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.11.8", "2.12.1"),
resolvers ++= Seq(
Expand Down

0 comments on commit 7d2313b

Please sign in to comment.