Skip to content
 
 

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coursier-channel.g8

Ready to deploy coursier channel template

Usage

sbt new regadas/coursier-channel.g8

Github setup

Go to your repo settings > secrets and add:

  • GPG_SECRET: This is your gpg private key encoded in base64. 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

Release

Releasing your new channel is easy as:

git tag v0.1.0
git push -u origin v0.1.0

About

coursier channel giter8 template

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages