Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit7fb9e8e

Browse files
committed
chore(setup commitizen for publishing standardized commits): add commitizen, including "npm run comm
1 parented10da1 commit7fb9e8e

File tree

3 files changed

+652
-26
lines changed

3 files changed

+652
-26
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
2+
13
#Atom CodeRoad plugin
24

35
Interactive coding tutorials inside of the Atom editor.

‎package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"scripts": {
2929
"compile":"tsc",
30+
"commit":"git-cz",
3031
"test":"jest",
3132
"mocks":"tsc -p ./src/__mocks__",
3233
"semantic-release":"semantic-release pre && npm publish && semantic-release post"
@@ -49,6 +50,8 @@
4950
},
5051
"devDependencies": {
5152
"coderoad-cli":"^0.10.0",
53+
"commitizen":"^2.8.6",
54+
"cz-conventional-changelog":"^1.2.0",
5255
"electron-chromedriver":"^1.4.0",
5356
"eslint":"^3.8.1",
5457
"eslint-plugin-react":"^6.4.1",
@@ -58,11 +61,16 @@
5861
"react-test-renderer":"15.3.2",
5962
"redux-mock-store":"^1.2.1",
6063
"selenium-webdriver":"^3.0.0-beta-3",
64+
"semantic-release":"^4.3.5",
6165
"spectron":"^3.4.0",
6266
"tslint":"^3.15.1",
6367
"tslint-react":"^1.1.0",
64-
"typescript":"^2.0.3",
65-
"semantic-release":"^4.3.5"
68+
"typescript":"^2.0.3"
69+
},
70+
"config": {
71+
"commitizen": {
72+
"path":"node_modules/cz-conventional-changelog"
73+
}
6674
},
6775
"jest": {
6876
"verbose":true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp