Skip to content

Commit

Permalink
feat: add automatic changelog generation (#225)
Browse files Browse the repository at this point in the history
Perform automatic changelog generation since we have not been doing it thus far.
  • Loading branch information
rjoaopereira authored and chazzmoney committed Mar 5, 2019
1 parent a62d880 commit b062008
Show file tree
Hide file tree
Showing 3 changed files with 5,580 additions and 3,080 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ We use ESLint on the code to ensure a consistent style. Any new code committed m
1. **Fail loudly.** Users should be aware if something is missing or configurations aren't correct. This will help debug any issues instead of failing silently.
1. **Rely on few dependencies.** This framework is meant to be extended and allows for customization. We don't want to bring a slew of dependencies that most people don't need.

### Commit Rules
We follow [conventional commits'](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#specification) specification.

Please follow the spec in order to have a successful commit.

## What should be included?

Anything that contributes to the idea of creating cross-platform styles.
Expand Down
Loading

0 comments on commit b062008

Please sign in to comment.