You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the right granularity? Could go nearly end-to-end and set up a whole lerna repo with commit history. Alternatively could try to pull out just the content generation and test that.
The text was updated successfully, but these errors were encountered:
This PR mainly introduces a way of querying commits for a custom tags
range (at the moment only commits after the last available tag are taken
into consideration).
Now you can specify a custom range by passing --tagFrom and/or --tagTo
options (--tagTo should be a tag after --tagFrom).
Additionally, as also mentioned in lerna#25, if multiple tags are present
within the custom commits range, they will be grouped together a
changelog entry for each tag will be created.
Basic tests are also present now.
Closeslerna#17,lerna#19,lerna#25
What's the right granularity? Could go nearly end-to-end and set up a whole lerna repo with commit history. Alternatively could try to pull out just the content generation and test that.
The text was updated successfully, but these errors were encountered: