Skip to content
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

Add option for commit message template #274

Closed
htgoebel opened this issue Feb 2, 2018 · 9 comments
Closed

Add option for commit message template #274

htgoebel opened this issue Feb 2, 2018 · 9 comments
Assignees

Comments

@htgoebel
Copy link

htgoebel commented Feb 2, 2018

The commit messages generated by pyup do not match the commit message requirements for one of my projects. Please add an option to specify the commit message. e.g.

# Configure the commit message template
# default: "Update ${packagename} from ${old_version} to ${new_version}"
# allowed variables: packagename, old_version, new_version
commit_message_template: "Requirements: Push ${packagename} to ${new_version}"
@kevinkjt2000
Copy link

Having this feature would certainly help when it comes to automated semantic versioning.

@martinm82
Copy link

Would be really great as right now the integration with the semantic pull requests app is causing problems due to wrong PR titles.

https://github.com/apps/semantic-pull-requests

@rafaelpivato
Copy link
Contributor

This should be available with next release thanks to @Kaligule

@Kaligule
Copy link

Kaligule commented Jan 1, 2021

@rafaelpivato Very cool, glad to have helped. Do you know when that release might happen?

@rafaelpivato
Copy link
Contributor

In the next few days we should be releasing.

@Kaligule
Copy link

Kaligule commented Feb 8, 2021

@rafaelpivato Any updates on the release? It has been over a month now.

@rafaelpivato
Copy link
Contributor

Thanks for the heads-up, @Kaligule

Just released version 1.1.2

@Kaligule
Copy link

@rafaelpivato Thanks :) Can you point me to a place where I can update the documentation about this new feature? As mentioned in the pull request:

I would like to document the new options, but I couldn't find the place to do it other then commit-message and PR-description.

@rafaelpivato
Copy link
Contributor

At this moment the README is the best place as RTD build is pretty outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants