Skip to content

Commit

Permalink
Merge pull request #20 from Bartozzz/feature/changelogs
Browse files Browse the repository at this point in the history
docs: add publish scripts and CHANGELOG.md for packages
  • Loading branch information
Bartozzz authored Mar 15, 2020
2 parents 8c4dad6 + 1f3272e commit 38f31ac
Show file tree
Hide file tree
Showing 14 changed files with 845 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# (2020-03-15)

### Bug Fixes

- **#8:** fix mads-vec2 normalize method ([8cc5477](https://github.com/Bartozzz/mads/commit/8cc547712605f4252b9e421782575ab9318377c7))
- **#8:** fix mads-vec3 normalize method ([086a1a0](https://github.com/Bartozzz/mads/commit/086a1a0f12c3b54209084add5e28af19f6ca5217))
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"]
};
12 changes: 8 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "1.0.0",
"packages": ["packages/*"],
"command": {
"version": {
"message": "chore(release): publish %s",
"conventionalCommits": true
}
}
}
Loading

0 comments on commit 38f31ac

Please sign in to comment.