Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect instructions in the SETUP.md #9

Open
steinybot opened this issue Dec 5, 2018 · 0 comments
Open

Incorrect instructions in the SETUP.md #9

steinybot opened this issue Dec 5, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@steinybot
Copy link
Member

steinybot commented Dec 5, 2018

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:

  1. Generate a new sbt project using:
sbt new BotTech/sbt-autoplugin.g8
  1. Use the default answers for each question.
  2. Read the SETUP.md
  3. 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.
"

@steinybot steinybot added the bug Something isn't working label Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant