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
Some users won't need np to auto-generate release notes from commits, since GitHub now has a feature to do this when creating a release or they might have another method of their own. So it would be helpful to have an option to disable this functionality.
This would also provide a solution to the issue in #501 where the release notes generated by np may exceed GitHub's URL length limit and prevent the draft release page from loading.
Possible implementation
I propose that a --no-release-notes flag could be added to tell np not to generate release notes when opening the GitHub release draft.
The text was updated successfully, but these errors were encountered:
Description
Some users won't need
np
to auto-generate release notes from commits, since GitHub now has a feature to do this when creating a release or they might have another method of their own. So it would be helpful to have an option to disable this functionality.This would also provide a solution to the issue in #501 where the release notes generated by
np
may exceed GitHub's URL length limit and prevent the draft release page from loading.Possible implementation
I propose that a
--no-release-notes
flag could be added to tellnp
not to generate release notes when opening the GitHub release draft.The text was updated successfully, but these errors were encountered: