Skip to content

Commit dc4cb0b

Browse files
authored
Merge pull request #3 from vanduynslagerp/update
Replace @metahub/conventional-commit-types with conventional-changelog-metahub
2 parents a854e46 + 9b47044 commit dc4cb0b

11 files changed

Lines changed: 1587 additions & 361 deletions

.codeclimate.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
engines:
2+
eslint:
3+
enabled: true
4+
config:
5+
config: .eslintrc.js
6+
duplication:
7+
enabled: true
8+
exclude_paths:
9+
- test/**/*
10+
config:
11+
languages:
12+
- javascript
13+
ratings:
14+
paths:
15+
- src/index.js
16+
- test/*.js
17+
- test/helpers/*.js

.travis.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,29 @@ branches:
1111
- master
1212
- /^greenkeeper.*$/
1313
git:
14-
depth: 3
14+
depth: 999
1515
before_install:
1616
- if [[ `npm -v` < 5* ]]; then npm install -g npm@5; fi
1717
- npm install -g greenkeeper-lockfile@1
1818
before_script:
1919
- npm prune
20-
- node --use_strict $(npm bin -g)/greenkeeper-lockfile-update
20+
- greenkeeper-lockfile-update
2121
script:
2222
- npm run test
23-
after_script:
24-
- greenkeeper-lockfile-upload
25-
after_success:
26-
- if [ -n "${CODECOV_TOKEN:-}" ]; then npm run codecov; fi
27-
- npm run semantic-release
23+
env:
24+
- BUILD_LEADER_ID=4
25+
jobs:
26+
include:
27+
- stage: release
28+
node_js: 8
29+
before_install:
30+
- npm install -g greenkeeper-lockfile@1
31+
before_script:
32+
- npm prune
33+
- greenkeeper-lockfile-update
34+
script: npm run test
35+
after_script:
36+
- greenkeeper-lockfile-upload
37+
after_success:
38+
- if [ -n "${CODECOV_TOKEN:-}" ]; then npm run codecov; fi
39+
- npm run semantic-release

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1111

1212
[![Travis](https://img.shields.io/travis/vanduynslagerp/cz-conventional-commit.svg)](https://travis-ci.org/vanduynslagerp/cz-conventional-commit)
13+
[![Code Climate](https://img.shields.io/codeclimate/github/vanduynslagerp/cz-conventional-commit.svg)](https://codeclimate.com/github/vanduynslagerp/cz-conventional-commit)
1314
[![Codecov](https://img.shields.io/codecov/c/github/vanduynslagerp/cz-conventional-commit.svg)](https://codecov.io/gh/vanduynslagerp/cz-conventional-commit)
1415

1516
![Screenshot](img/cz-conventional-commit.jpg?raw=true)
@@ -101,4 +102,4 @@ The commit message will be `feat: Initial commit 🎉`.
101102

102103
## Related
103104

104-
* [conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module
105+
* [conventional-changelog-metahub](https://github.com/vanduynslagerp/conventional-changelog-metahub) - List of conventional commit types and aliases for this module

0 commit comments

Comments
 (0)