Skip to content

regadas/coursier-channel.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coursier-channel.g8

⚠️ Moved to coursier/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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published