-
-
Notifications
You must be signed in to change notification settings - Fork 11
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: Specify since
with specific date
#26
Comments
These are interesting ideas, thanks! The simplest approach might be to use different fields than |
Maybe I'm wrong, but this also seems like it would be useful as a command-line argument, and not so much in the yaml, since you wouldn't be using the same point in time multiple times. It's for a one-off, correct? |
|
This is now available as dinghy 1.3.0. |
Fantastic! Thank you so much @nedbat ! |
It would be nice to be able to run a dinghy report with updates from a specific date. My use cases are:
Alternatively, the ability to use
since: release/{release-name}
orsince: commit/{commit-hash}
orsince: tag/{tag}
would also work for my purposes. I don't know if any of the above are simpler/harder to implement given the GitHub API.The text was updated successfully, but these errors were encountered: