scalameta / scalagen

WIP - Scalameta powered code generation
Apache License 2.0
40 stars 5 forks source link

Setup Release infrastructure #2

Open DavidDudson opened 6 years ago

DavidDudson commented 6 years ago

Snapshots & Full releases.

@olafurpg would you be able to help with this since you have worked on the other scalameta related infrastructure?

olafurpg commented 6 years ago

The state-of-the-art here is using sbt-release-early + Travis build stages implemented in https://github.com/scalameta/language-server/pull/46 and https://github.com/scalameta/language-server/pull/50

I can help with this once we want to publish pre-releases on merge.