Skip to content

Conversation

@balazsorban44
Copy link
Contributor

This is a non-breaking change, fully optional, and works alongside existing configs. (Eg.: You can mix and match strings and object of form {type: string, description: string})

Example in .vscode/settings.json:

{ 
  "gitSemanticCommit.types": [
    {"type": "feat", "description": "A new feature"}
  ]
}

image

Copy link
Owner

@nitayneeman nitayneeman left a comment

Choose a reason for hiding this comment

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

Actually I planned to implement something by myself, but I haven't reached that.

Thank you for your contribution, it looks great! 🙂

@nitayneeman nitayneeman merged commit de88ff6 into nitayneeman:master Feb 4, 2020
@balazsorban44
Copy link
Contributor Author

Thanks. Now my question is, how long does it take until it is published at https://marketplace.visualstudio.com/items?itemName=nitayneeman.git-semantic-commit
? Is it a manual process, or can this be done automatically from the master branch on Travis?

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.

2 participants