Skip to content

Instantly share code, notes, and snippets.

@mcmxcdev
Created July 8, 2020 16:13
Show Gist options
  • Save mcmxcdev/ca7bdd12453eafadf8f838c69a4ca621 to your computer and use it in GitHub Desktop.
Save mcmxcdev/ca7bdd12453eafadf8f838c69a4ca621 to your computer and use it in GitHub Desktop.
Conventional commit
# TYPE OF CHANGE
# build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
# ci: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
# chore: Updating grunt tasks etc; no production code change
# docs: Documentation only changes
# feat: A new feature
# fix: A bug fix
# perf: A code change that improves performance
# refactor: A code change that neither fixes a bug nor adds a feature
# style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
# test: Adding missing tests or correcting existing tests
feat: add check for multiple config files in .vuepress folder (#2024)
- display console.warn when there are multiple config files in .vuepress folder
- add warning note to Configuraton/Config file section of documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment