1. Conventional Commits
바로가기
2. Karma
feat (new feature)
fix (bug fix)
docs (changes to documentation)
style (formatting, missing semi colons, etc; no code change)
refactor (refactoring production code)
test (adding missing tests, refactoring tests; no production code change)
chore (updating grunt tasks etc; no production code change)
바로가기
3. Sparkbox
chore: add Oyster build script
docs: explain hat wobble
feat: add beta sequence
fix: remove broken confirmation message
refactor: share logic between 4d3d3d3 and flarhgunnstow
style: convert tabs to spaces
test: ensure Tayne retains clothing
바로가기
4. renovate bot
When Renovate finds Angular-style commits, Renovate will create commit messages and PR titles that look like this:
chore(deps): update eslint to v4.2.0
fix(deps): update express to v4.16.2
Renovate uses chore by default, but uses fix for updates to your production dependencies in your package.json file.
바로가기
5. meshkorea의 front-end-engineering
바로가기