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

Add sbt-git plugin, reformat snapshot versioning scheme #309

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

Christewart
Copy link
Contributor

This integrates the sbt-git plugin that allows us to make snapshot versions based on our latest commit. As this PR currently stands, the scheme for the snapshot name is

s"${sha.take(6)}-${new java.util.Date().getTime}-SNAPSHOT"

an example of a published snapshot version would look like

f5ac79-1548177994910-SNAPSHOT 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant