Skip to content

Commit

Permalink
build: setup conventional workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 21, 2018
1 parent a9acb05 commit b3e0a9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## (2018-10-17)
## (2018-10-21)

* build: setup conventional workflow ([0f2d275](https://github.com/microlinkhq/metascraper/commit/0f2d275))



## <small>4.5.5-alpha.0 (2018-10-21)</small>

* Update Changelog ([5107f87](https://github.com/microlinkhq/metascraper/commit/5107f87))
* v4.5.5-alpha.0 ([a9acb05](https://github.com/microlinkhq/metascraper/commit/a9acb05))
* build: add automate-release workflow ([a6b0493](https://github.com/microlinkhq/metascraper/commit/a6b0493))
* build: update dependencies ([8597ea7](https://github.com/microlinkhq/metascraper/commit/8597ea7))



Expand Down
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "metascraper",
"homepage": "https://github.com/microlinkhq/metascraper#readme",
"version": "",
"author": {
"email": "[email protected]",
Expand All @@ -19,6 +20,13 @@
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/microlinkhq/metascraper.git"
},
"bugs": {
"url": "https://github.com/microlinkhq/issues"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
Expand All @@ -41,6 +49,7 @@
"husky": "latest",
"json-future": "latest",
"lerna": "latest",
"lerna-changelog": "latest",
"lint-staged": "latest",
"mkdirp": "latest",
"node-metainspector": "latest",
Expand All @@ -67,7 +76,7 @@
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"preversion": "git-authors-cli",
"release": "lerna publish --sort",
"release": "lerna publish --sort --conventional-commits",
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"test": "lerna exec npm run test",
"update": "lerna exec ncu -- -a -x standard",
Expand Down

0 comments on commit b3e0a9e

Please sign in to comment.