-
Notifications
You must be signed in to change notification settings - Fork 208
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
If changed, use latest PR title in release notes and changelog #1081
Comments
I'll take a look at this. It should use the updated title, but you would have to generate the changelog again. I've definitely changed titles before though. |
Thank you @hipstersmoothie . |
Not that running from within a PR can give you odd changelog results. Looking into this now. It's cool to see a python project using |
Yes, we're excited too! Once our PR is ready and everything works fine, you can add us as an example of Travis CI configuration and python-based- |
Also, I should specify that the changelog that you see in physiopy/phys2bids#181 was obtained by running auto locally on my computer. |
recreated locally. should have a fix in today |
🚀 Issue was released in |
Is your feature request related to a problem? Please describe.
I'm not sure whether this is a bug or a feature.
Implementing Auto in a repository (issue physiopy/phys2bids#181 ), we realised that the PR title used to create the changelog and the release notes doesn't match with the current title of our PRs.
This is because we changed the titles recently, to make them more human readable, while the title used in the changelog seems to be the one with which the PR was open.
Describe the solution you'd like
It would be great if Auto considered the updated PR title, if it changed since the PR was opened.
Additional context
See physiopy/phys2bids#181
The text was updated successfully, but these errors were encountered: