diff --git a/CHANGELOG.md b/CHANGELOG.md index 17851587a..795deedfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ -## (2018-10-17) +## (2018-10-21) +* build: setup conventional workflow ([0f2d275](https://github.com/microlinkhq/metascraper/commit/0f2d275)) + + + +## 4.5.5-alpha.0 (2018-10-21) + +* 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)) diff --git a/package.json b/package.json index 97abaac3d..395fad6a9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "metascraper", + "homepage": "https://github.com/microlinkhq/metascraper#readme", "version": "", "author": { "email": "ian@ianstormtaylor.com", @@ -19,6 +20,13 @@ "email": "risticn6@gmail.com" } ], + "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", @@ -41,6 +49,7 @@ "husky": "latest", "json-future": "latest", "lerna": "latest", + "lerna-changelog": "latest", "lint-staged": "latest", "mkdirp": "latest", "node-metainspector": "latest", @@ -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",