djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Expose a non-autoplugin for doing CI releases #20

Closed djspiewak closed 3 years ago

djspiewak commented 3 years ago

Should be able to just do enablePlugin(CIReleasePlugin) and bring in the necessary settings to decrypt credentials and stuff. Should probably expose a single setting, ciReleaseMasterSnapshots, which controls whether or not it is exclusively tags which are released.

djspiewak commented 3 years ago

Fixed in master