atedeg/Scala release

A simple Action to configure a Scala environment and release artifacts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-dirThe directory in which the action runs the commandsno./
semantic-release-enableIf true enable semantic release botnotrue
java-versionThe java version to use in the buildyes
pgp-secretThe PGP private key used to sign the artifactsyes
pgp-passphraseThe passphrase associated to the PGP key used to sign the artifactsyes
sonatype-usernameThe username of the sonatype account used to publish to maven centralyes
sonatype-passwordThe password of the sonatype account used to publish to maven centralyes
github-tokenThe github token used by conventional commitsyes
pre-release-commandsCommands to execute before the release stepnoecho -e 'pre-release phase'
release-commandsCommands to execute for the release step. Required if 'semantic-release-enable' is set to false.nosbt ci-release
post-release-commandsCommands to execute after the release stepnoecho -e 'post-release phase'

no outputs