question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option for commit message template

See original GitHub issue

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}"

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
kevinkjt2000commented, May 6, 2018

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

2reactions
rafaelpivatocommented, Feb 19, 2021

Thanks for the heads-up, @Kaligule

Just released version 1.1.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use a Git commit message template to write better ...
What I see consists of two parts; first my own template, then Git's standard message asking me to "Please enter the commit message"....
Read more >
Commit message templates - GitLab Docs
Configure commit templates · On the top bar, select Main menu > Projects and find your project. · On the left sidebar, select...
Read more >
How to specify a git commit message template for ...
First create a file .git/commit-msg with the template of the commit message like $ cat .git/commit-msg My Commit Template.
Read more >
Create A Custom Git Commit Template | by Alex Wasik - Medium
A custom commit template can help ensure good commit detail by forcing you to follow a structured outline. Answering why the commit was...
Read more >
Commit Message Template - IntelliJ IDEs Plugin
Set a template: Open Settings > Tools > Commit Message Template and enter the desired template or set the path to a template...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found