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

[WIP] Tags for commit messages #1168

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Conversation

ylecuyer
Copy link
Contributor

@ylecuyer ylecuyer commented Dec 29, 2018

Add config for commit message tags

~/.ungitrc

{
     "commitMessageTags": ["[SKIP CI]"],
}

image

image

Todo:

  • clean code
  • commit and push
  • add README
  • add tests
  • bump version

@jung-kim
Copy link
Collaborator

Just to clarify, this is to add a custom message to git commit message?

Why don't you just type in [SKIP CI] in above example?

@ylecuyer
Copy link
Contributor Author

Yes that's the point. I used one tag for the example but it may be more. I often forget to add them when I commit and I'm lazy to type them for every commit.

@jung-kim
Copy link
Collaborator

jung-kim commented Jan 9, 2019

I'm not sure if I'm 100% convinced that this PR is beneficiary to most. Itss benefit is marginal at best.

@ylecuyer
Copy link
Contributor Author

@jung-kim @campersau is it still a no-no for this one ? I'm tired of maintaining my fork just for this feature 🙃

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

2 participants