Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Feb 23, 2020
1 parent 3dd4476 commit 2b5d491
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/bash

cat ./version.sbt

export SCALAJS_VERSION=0.6.32
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll
export SCALAJS_VERSION=1.0.0
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll

0 comments on commit 2b5d491

Please sign in to comment.