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

feat: Improve commit messages to include change detail #67

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

rossigee
Copy link
Contributor

@rossigee rossigee commented Oct 8, 2024

BEGIN_COMMIT_OVERRIDE
feat: Improve commit messages to include change detail
END_COMMIT_OVERRIDE

  1. When there is an issue creating the git commit message, it is using an ambiguous commit message and discarding the error.

This PR updates it to better handle (i.e. report) the error so any potential causes can be addressed.

  1. The existing git commit message was ridiculously ambiguous, lacking any useful detail. Multiple commits to the same repo would simply yield the same commit message each time.

This PR updates the git commit message to include more detail including the 'from' (curr) and 'to' (next) tags, so we can see from the commit history what changed, without having to drill into the content of each patch.

@rossigee
Copy link
Contributor Author

rossigee commented Oct 8, 2024

#68

@bluebrown bluebrown merged commit 2f43914 into bluebrown:main Oct 9, 2024
1 check passed
@rossigee rossigee deleted the commit-message-improvements branch October 9, 2024 07:34
@bluebrown bluebrown changed the title Improve commit messages to include change detail. feat: Improve commit messages to include change detail Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants