Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
chore: adopt conventional commits standard
Browse files Browse the repository at this point in the history
The goal of adopting the conventional commits standard is to simplify
management of semantic versioning. The metadata provided by commit
messages can guide which releases are MAJOR, MINOR, and PATCH. As well
as give details needed to create CHANGELOGs in a rapid release cycle.
To further aid the process, this adopts the types and formatting
recommendations laid out by the Angular project.
  • Loading branch information
ChristianMurphy committed Jul 27, 2017
1 parent db2e9d3 commit 38e5897
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 2 deletions.
2 changes: 2 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* eslint-env node */
module.exports = {extends: ['@commitlint/config-angular']};
Loading

0 comments on commit 38e5897

Please sign in to comment.