Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed May 20, 2023
1 parent 1939084 commit 9beb296
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tyrian-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3-SNAPSHOT
0.7.0
11 changes: 11 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,17 @@ addCommandAlias(
).mkString(";", ";", "")
)

addCommandAlias(
"testRelease",
List(
"tyrianJS/test",
"tyrianJVM/test",
"tyrianIO/test",
"tyrianZIO/test",
"tyrianIndigoBridge/test"
).mkString(";", ";", "")
)

addCommandAlias(
"localPublish",
"+publishLocal"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export GPG_TTY=$(tty)

source credentials.sh

sbt clean update compile test +publishSigned sonatypeBundleRelease
sbt clean update compile testRelease +publishSigned sonatypeBundleRelease

0 comments on commit 9beb296

Please sign in to comment.