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 update information to commit messages #128

Merged
merged 5 commits into from
Mar 27, 2022

Conversation

martincostello
Copy link
Owner

@martincostello martincostello commented Mar 27, 2022

Add information, based on the format dependabot uses, to the commit messages that show the version update that was performed.

This is to support parsing the commit messages with automated tooling.

For example:

Update .NET SDK

Update .NET SDK to version 3.1.417.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  update-type: version-update:semver-patch
...

Also:

  • Fixes typo in log message.
  • Updates the default branch name in the release note URLs.
  • Adds Visual Studio Code configuration files for debugging.

Add Visual Studio Code configuration files.
Update the default branch name.
Fix typo in log message.
Add information, based on the format dependabot uses, to the commit messages that show the version update that was performed.
This is to support parsing the commit messages with automated tooling.
Convert to integers before comparing so 10 sorts after 2-9.
@martincostello martincostello added bug Something isn't working enhancement New feature or request labels Mar 27, 2022
@martincostello martincostello merged commit 9855b49 into main Mar 27, 2022
@martincostello martincostello deleted the add-info-to-commit-messages branch March 27, 2022 11:52
martincostello added a commit to martincostello/costellobot that referenced this pull request Mar 27, 2022
martincostello added a commit to martincostello/costellobot that referenced this pull request Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant