We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should automate pushing to the sonatype repo - should be tied into the git tag.
i.e., if the current version of the software is 99.99.0, then:
99.99.0
git commit -a -m "v99.99.1" git tag -a 99.99.1 -m "v99.99.1" git push origin master git push --tags origin
would trigger a new deploy artifact.
Artifacts are deployed using the sbt-sonatype plugin.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should automate pushing to the sonatype repo - should be tied into the git tag.
i.e., if the current version of the software is
99.99.0
, then:would trigger a new deploy artifact.
Artifacts are deployed using the sbt-sonatype plugin.
The text was updated successfully, but these errors were encountered: