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: support templates for commit and tag messages #68

Merged
merged 5 commits into from
Mar 28, 2023

Conversation

aa900031
Copy link
Contributor

@aa900031 aa900031 commented Mar 2, 2023

Let commit message, tag message & body can set in config file

@codecov
Copy link

codecov bot commented Mar 24, 2023

Codecov Report

Merging #68 (284a1c5) into main (602a440) will increase coverage by 0.36%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   71.19%   71.55%   +0.36%     
==========================================
  Files           7        7              
  Lines         788      798      +10     
  Branches       90       90              
==========================================
+ Hits          561      571      +10     
  Misses        227      227              
Impacted Files Coverage Δ
src/config.ts 94.79% <100.00%> (+0.60%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aa900031 aa900031 mentioned this pull request Mar 25, 2023
6 tasks
@pi0 pi0 changed the title feat: config with commit, tag message feat: support templates for commit and tag messages Mar 28, 2023
@pi0 pi0 merged commit f9eff68 into unjs:main Mar 28, 2023
1 check passed
@pi0
Copy link
Member

pi0 commented Mar 28, 2023

Thanks!

@aa900031 aa900031 deleted the feat/commit-template branch March 28, 2023 16:56
@devonik
Copy link

devonik commented May 10, 2023

Well done 💯 My ticket #82 seems to be fixed with this. Now I can change the commit message in config to
"templates": { "commitMessage": "[skip ci] chore(release): v{{newVersion}}" }
and the bitbucket pipeline wont be triggered. Thank you 👍

@devonik devonik mentioned this pull request May 10, 2023
1 task
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.

None yet

3 participants