Skip to content

Commit

Permalink
How to publish native
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Sep 19, 2017
1 parent c7ac07e commit 4f3aa94
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,27 @@ A very simple `Scala.js` project is available at [scalajs-locales-demo](https://
+ Timothy Klim [@TimothyKlim](https://github.com/TimothyKlim)
+ Andrea Peruffo [@andreaTP](https://github.com/AndreaTP)

## Publishing

on 0.6.x
```
sbt
clean
+publishSigned
coreNative/publishSigned
sonatyeRelease
```

Important: Remember to clean between different scala.js versions

on 1.0.0-M1
```
SCALAJS_VERSION=1.0.0-M1 sbt
clean
+publishSigned
sonatyeRelease
```

## License

Copyright © 2016 Carlos Quiroz
Expand Down

0 comments on commit 4f3aa94

Please sign in to comment.