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

Allow chore-like commit type definition #84

Open
jasonkuhrt opened this issue Jul 28, 2020 · 0 comments
Open

Allow chore-like commit type definition #84

jasonkuhrt opened this issue Jul 28, 2020 · 0 comments
Labels
type/feat Add a new capability or enhance an existing one

Comments

@jasonkuhrt
Copy link
Member

jasonkuhrt commented Jul 28, 2020

Problem

Solution

  • allow project to define custom chore-like types
  • in package.json { dripip: { chores: { types: ["website"], scopes: ["website"] }}
  • so commits like following would be chores: website(docs): ... and docs(website): ...
  • like chore, chore-like types will never trigger package publishing
  • if the cicd pipeline cannot branch on this (meaning some job is never even run) logic then having dripip support it is nice (job runs, but is noop)
@jasonkuhrt jasonkuhrt added the type/feat Add a new capability or enhance an existing one label Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat Add a new capability or enhance an existing one
Projects
None yet
Development

No branches or pull requests

1 participant