-
Notifications
You must be signed in to change notification settings - Fork 76
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
add note to readme #218
add note to readme #218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this contribution! I had assumed this was already documented in the readme but it's not. Would it make sense to mention this higher up in the document?
readme.md
Outdated
sonatypeCredentialHost := "s01.oss.sonatype.org" | ||
sonatypeRepository := "https://s01.oss.sonatype.org/service/local" | ||
``` | ||
to your root project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be scoped to the root project or ThisBuild
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I... honestly don't know what it 'should' be. Best practice with ThisBuild
in sbt has always eluded me. I think it's probably sanest to include it with the other publishing settings, so I'll try to suggest that in the copy...
I've moved this a bit higher up in the readme, and tried to imply that the settings should be included with the rest of the publishing settings. Thanks for the prompt review! Hope this looks better |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This information is available in the issues, but it took me a while to figure out what was going wrong, so thought it would be good to add to the (otherwise excellent) readme