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
changelog_manager --only-tags=foo,bar,baz
# only outputs entries with one, or more, of the specified tags
changelog_manager --with-tags=foo,bar,baz
# outputs untagged entries along with entries having one or more of the specified tags
changelog_manager --exclude-tags=foo,bar,baz
# ouputs untagged entries along with entries that do not have any of the specified tags
E.g. if i specify
v0.1.0
I should only see the changelog entries that were added during that tag.This is useful for inserting into annotated tags.
The text was updated successfully, but these errors were encountered: