-
Notifications
You must be signed in to change notification settings - Fork 28
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
Changelog title #21
Comments
The problem is there is not really a standard to format changelogs. Detecting if the first line start with For info this how Ideally what we need would be:
|
We could check that the first line starts with |
Or option may look like this title: { lines: 3, startsWith: ‘# ‘ } Or just pass in the whole title (similar to how we can pass commit message for git plugin)
|
The plugin will look for the title at the beginning of file, basically calling I can work on PR if you like this |
any updates? |
Sorry for the late response. We could add the
|
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue:
In my
Changelog.md
I have title but each new version logs are just added on the top of it. Thus title moves at the middle of the fileExpected:
I'd like my title to be always on top
Possible solutions:
Check if the first line of the file starts from
#
and if it's, add notes under titleThe text was updated successfully, but these errors were encountered: