You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When a new project is created from this template is contains incorrect instructions on how to create a gpg key.
Steps To Reproduce
Steps to reproduce the behaviour:
Generate a new sbt project using:
sbt new BotTech/sbt-autoplugin.g8
Use the default answers for each question.
Read the SETUP.md
Follow the instructions in Create a GPG Key
Expected Behaviour
A GPG key would be configured.
Actual Behaviour
The command does not work.
Additional Context
These are old instructions that have not been updated properly for BotTech/sbt-gpg. The instructions should say:
"
Edit build.sbt and replace TODO with the fingerprint of your GPG subkey:
gpgKeyFingerprint := "TODO!"
* Remember to keep the ! suffix.
"
The text was updated successfully, but these errors were encountered:
Description
When a new project is created from this template is contains incorrect instructions on how to create a gpg key.
Steps To Reproduce
Steps to reproduce the behaviour:
Create a GPG Key
Expected Behaviour
A GPG key would be configured.
Actual Behaviour
The command does not work.
Additional Context
These are old instructions that have not been updated properly for BotTech/sbt-gpg. The instructions should say:
"
Edit
build.sbt
and replaceTODO
with the fingerprint of your GPG subkey:* Remember to keep the
!
suffix."
The text was updated successfully, but these errors were encountered: