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

🐛 Make messages compatible with Conventional Commits #290

Merged
merged 1 commit into from
Jan 10, 2023
Merged

🐛 Make messages compatible with Conventional Commits #290

merged 1 commit into from
Jan 10, 2023

Conversation

phnx47
Copy link
Contributor

@phnx47 phnx47 commented Jan 8, 2023

Discussed #176 and #87

Current messages is not compatible Conventional Commits. Look at Subject Case in Conventional Commits

I see 3 types of messages:

  • ${ COMMIT_PREFIX } Synced file(s) with ${ GITHUB_REPOSITORY }
  • ${ COMMIT_PREFIX } Synced local '${ file.dest }' with remote '${ file.source }
  • ${ COMMIT_PREFIX } Created local '${ file.dest }' from remote '${ file.source }'

It can be difficult create 1 template for 3 type of messages...

So we can start with just lower case: Synced -> synced, Created -> created


I didn't test it yet because a new bug #289, I will test it later...

@BetaHuhn
Copy link
Owner

BetaHuhn commented Jan 9, 2023

Thanks for the PR @phnx47!

If you fix the conflicts I'll be happy to merge it!

@phnx47 phnx47 closed this Jan 10, 2023
@phnx47 phnx47 reopened this Jan 10, 2023
@phnx47
Copy link
Contributor Author

phnx47 commented Jan 10, 2023

@BetaHuhn I rebased my commit and force pushed, regenerated dist, tested with with wagoid/commitlint-github-action@v5 phnx47/hvst-cli#79. All good now!

@phnx47 phnx47 closed this Jan 10, 2023
@phnx47 phnx47 reopened this Jan 10, 2023
Copy link
Owner

@BetaHuhn BetaHuhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@BetaHuhn BetaHuhn merged commit bd5425a into BetaHuhn:master Jan 10, 2023
@BetaHuhnBot
Copy link
Collaborator

🎉 This PR is included in version 1.20.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants