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

Ability to customize commit message #48

Closed
tsmalls93 opened this issue Apr 15, 2024 · 1 comment · Fixed by #49
Closed

Ability to customize commit message #48

tsmalls93 opened this issue Apr 15, 2024 · 1 comment · Fixed by #49
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tsmalls93
Copy link
Contributor

I think it would be nice to be able to customize the commit message. Specifically, I am wanting to make it less generic and put the image that is being updated, so maybe it could be in the decoder script.

@github-actions github-actions bot added the triage requires review label Apr 15, 2024
@bluebrown bluebrown added enhancement New feature or request good first issue Good for newcomers labels Apr 15, 2024
@bluebrown
Copy link
Owner

Hi @tsmalls93 , we had this in the previous version. I dropped it during rewrite but the code there is already "anticipating" this feature in some way. It tracks the individual changes which you could range over:

changes, warnings, err := krm.Pipeline(ctx, filepath.Join(cache, g.RepoUri.Pkg), g.Msgs...)

Previously I did allow the user to provide a go template and would feed the changes and other metadata in.

If you feel adventurous, you could try to implement that and make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants