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
I want to use the changelog generated by standard-version because it look much nicer. Is it possible somehow to pass custom content? Maybe a new flag where I can pass a changelog's path to be used?
This will search for headers with a specified semver version included until another header including semver version and use the content between this two.
I can understand if there's no intention to implement such solution, however custom content would be nice and I couldn't find any docs related to achieve such.
The text was updated successfully, but these errors were encountered:
I want to use the changelog generated by
standard-version
because it look much nicer. Is it possible somehow to pass custom content? Maybe a new flag where I can pass a changelog's path to be used?I have a regex to fetch content from changelogs.
Something like this:
This will search for headers with a specified semver version included until another header including semver version and use the content between this two.
I can understand if there's no intention to implement such solution, however custom content would be nice and I couldn't find any docs related to achieve such.
The text was updated successfully, but these errors were encountered: