Ready to deploy coursier channel template
sbt new regadas/coursier-channel.g8Go to your repo settings > secrets and add:
-
GPG_SECRET: This is your
gpgprivate key encoded inbase64. You can export yours with:gpg --export-secret-keys <key> | base64 | pbcopy -
PGP_PASSPHRASE: private key passphrase
-
SONATYPE_USERNAME: sonatype username
-
SONATYPE_PASSOWRD: sonatype password
Releasing your new channel is easy as:
git tag v0.1.0git push -u origin v0.1.0