-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for multiple sub-projects in the same Git repo #61
Comments
I'm hesitant to add this support. For one because I think (but I'm not sure) it goes against what sbt expects. However if someone can implement this, and the change isn't that big, I might reconsider. |
See #62. |
Fixed by #158 |
This doesn't seem fixed at all? |
yah i just maintain my own jar with this change
|
Would require per sub-project configuration and being able to match the different version tags for each subproject (e.g.
foo-v1.0.0
,bar-0.5.0
) and pass the right glob togit describe --match
.The text was updated successfully, but these errors were encountered: