Skip to content

Commit 17f747f

Browse files
Update version to 0.7-SNAPSHOT
1 parent d94f4dc commit 17f747f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
name := "bayes-scala",
44
organization := "com.github.danielkorzekwa",
5-
version := "0.6",
5+
version := "0.7-SNAPSHOT",
66
scalaVersion := "2.11.6",
77
scalacOptions ++= Seq(
88
"-feature",

doc/release_process.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
http://www.scala-sbt.org/0.13/docs/Using-Sonatype.html
2+
3+
1. Update version in sbt, e.g. 0.1-SNAPSHOT to 0.1
4+
2. Create release in github
5+
3. Call sbt clean test
6+
4. Call publishSigned
7+
5. Follow http://central.sonatype.org/pages/releasing-the-deployment.html (call close then release)
8+
6. Check https://oss.sonatype.org/content/repositories/releases/com/github/danielkorzekwa/bayes-scala_2.11/
9+
7. Update version, e.g. from 0.1 to 0.2-SNAPSHOT and commit

0 commit comments

Comments
 (0)