diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e2979b2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ +#### 0.0.3 (2018-01-14) + +##### Chores + +* use commitlint/travis-cli and lts versions within travis ([5a2a0039](https://github.com/bufferoverflow/verdaccio-gitlab/commit/5a2a0039f8661aed2162ec4273aa273b1d8473dd)) +* update package-lock.json ([9801b215](https://github.com/bufferoverflow/verdaccio-gitlab/commit/9801b215f0b86d480bf148cd10e90993d44789e6)) +* update commitlint ([ea3285b8](https://github.com/bufferoverflow/verdaccio-gitlab/commit/ea3285b870656074804546bdea1b434cc1df976f)) +* update description and tags ([c30957e9](https://github.com/bufferoverflow/verdaccio-gitlab/commit/c30957e931c58345db569d91b2421baae39bfb68)) +* commitlint as part of lint ([7823617d](https://github.com/bufferoverflow/verdaccio-gitlab/commit/7823617d24a5ac35562e0e5a20e73b83f2709922)) +* add commitlint/config-conventional config ([11f7d18f](https://github.com/bufferoverflow/verdaccio-gitlab/commit/11f7d18f6c13fe83249e36876c2866f21b955f0d)) + +##### Documentation Changes + +* add fury, travis-ci and david-dm badge ([c1417fb7](https://github.com/bufferoverflow/verdaccio-gitlab/commit/c1417fb7539e8014485af5efef12e39219cf7168)) +* update todo section within README ([783e38ba](https://github.com/bufferoverflow/verdaccio-gitlab/commit/783e38ba83cd838f2638aa446aee3f3c7a964b83)) + +##### New Features + +* authorize publish based on group ownership ([9877bcf1](https://github.com/bufferoverflow/verdaccio-gitlab/commit/9877bcf15967c3c21b1b42d2758cae36f2a9e5af)) +* docker compose setup ([e92c729a](https://github.com/bufferoverflow/verdaccio-gitlab/commit/e92c729ab50b4d0dd006a203332735c34b6b47db)) + +#### 0.0.2 (2018-01-11) + +##### Chores + +* vscode is great to debug ([9b3a167d](https://github.com/bufferoverflow/verdaccio-gitlab/commit/9b3a167dce88b09d88a50ae6983862c59762bdba)) + +##### Documentation Changes + +* use verdaccio github url ([83e04a08](https://github.com/bufferoverflow/verdaccio-gitlab/commit/83e04a08a6a8a9dc98684524d13f0195926528fc)) + +##### Bug Fixes + +* add user name to groups ([61bda536](https://github.com/bufferoverflow/verdaccio-gitlab/commit/61bda5360456c884acf3f6c38f30a46e852dc455)) + +#### 0.0.1 (2018-01-07) + +##### Chores + +* simplify use it ([dec7e56a](https://github.com/bufferoverflow/verdaccio-gitlab/commit/dec7e56a8a90b8ef6c113716d669a7bfb6b5bc54)) +* update package.json, .travis.yml ([980156f9](https://github.com/bufferoverflow/verdaccio-gitlab/commit/980156f932ad2e67418c3c3d3b1747e7bd948e16)) + +##### Documentation Changes + +* improve use it ([c870ccc8](https://github.com/bufferoverflow/verdaccio-gitlab/commit/c870ccc8c34e68ee77218ce1192d346bd539a251)) +* use it section ([dece91b8](https://github.com/bufferoverflow/verdaccio-gitlab/commit/dece91b8d82701288e47dcfc6474845f1d0277dc)) +* gitlab and verdaccio infos ([70cf3963](https://github.com/bufferoverflow/verdaccio-gitlab/commit/70cf3963f14d06c04b3c4550a69f853baaff2a86)) +* add inspired by ([70d44708](https://github.com/bufferoverflow/verdaccio-gitlab/commit/70d4470850a2ff695d4d548cf8f670eaa9af9076)) + +##### New Features + +* use node-gitlab-api and populate owned groups ([1b51b125](https://github.com/bufferoverflow/verdaccio-gitlab/commit/1b51b125ba62de64a3aaf7a303513d74af9470df)) +* travis-ci ([e67b4e9d](https://github.com/bufferoverflow/verdaccio-gitlab/commit/e67b4e9d67d14aeed1ef4288135e63e96b131ac6)) + +##### Bug Fixes + +* npm start by using npm link ([65e8f243](https://github.com/bufferoverflow/verdaccio-gitlab/commit/65e8f24350ae86999b62f6582337ad6086e94718)) +* adduser is not supported ([8c8a678d](https://github.com/bufferoverflow/verdaccio-gitlab/commit/8c8a678dbfac1958468186d113dc0bb2207a56fb)) diff --git a/package-lock.json b/package-lock.json index 14e5ba1..ed70317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1903,6 +1903,17 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "generate-changelog": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/generate-changelog/-/generate-changelog-1.7.0.tgz", + "integrity": "sha512-xGeB54pNZl+zA0tvs5ktji25MAb4ai92b22at2bxd3HKFk1sayw3pN2Xv50huY4qfJxzpICeeou4do0XNkHEiw==", + "dev": true, + "requires": { + "bluebird": "3.5.1", + "commander": "2.13.0", + "github-url-from-git": "1.5.0" + } + }, "get-caller-file": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", @@ -1948,6 +1959,12 @@ "through2": "2.0.3" } }, + "github-url-from-git": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz", + "integrity": "sha1-+YX+3MCpqledyI16/waNVcxiUaA=", + "dev": true + }, "glob": { "version": "6.0.4", "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", diff --git a/package.json b/package.json index 83f2fea..cc4e7c5 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "scripts": { "changelog": "commitlint --from=master", "lint": "jshint index.js && jscs index.js && eclint check && markdownlint README.md", + "release:major": "changelog -M && git commit -a -m 'docs: updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags", + "release:minor": "changelog -m && git commit -a -m 'docs: updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags", + "release:patch": "changelog -p && git commit -a -m 'docs: updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags", "start": "cd node_modules/verdaccio && npm link ../../ && verdaccio" }, "main": "index.js", @@ -39,6 +42,7 @@ "@commitlint/config-conventional": "^6.0.2", "@commitlint/travis-cli": "^6.0.2", "eclint": "^2.5.0", + "generate-changelog": "^1.7.0", "jscs": "^3.0.7", "jshint": "^2.9.5", "markdownlint-cli": "^0.6.0",