-
Notifications
You must be signed in to change notification settings - Fork 1
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
feature request: subdirs #4
Comments
Ah that is a good idea: I need to think about the implementation a bit |
In your case (project) how would you want to deal with git tags? |
https://github.com/yesodweb/persistent/releases is another such project, it seems like they tag releases based on the library they're updating and its version |
Right this would require version tags to include the package name. Unfortunately it is a rather non-trivial change, so I would need to find a block of time to work on it. |
it's not uncommon to have a group of related libraries in one cabal.project, for example https://github.com/andrewthad/colonnade
it would be nice to be able to use hkgr to release these via
hkgr publish colonnade
,hkgr publish lucid-colonnade
etcThe text was updated successfully, but these errors were encountered: