Skip to content

Commit d54531d

Browse files
committed
fix(atoms): trigger release
1 parent c3f1bdc commit d54531d

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

package-lock.json

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4+
"cz-conventional-changelog": "^2.1.0",
45
"lerna": "^2.11.0"
56
},
67
"workspaces": [
@@ -14,5 +15,10 @@
1415
"repository": {
1516
"type": "git",
1617
"url": "https://github.com/OffCourse/offcourse-next.git"
18+
},
19+
"config": {
20+
"commitizen": {
21+
"path": "./node_modules/cz-conventional-changelog"
22+
}
1723
}
1824
}

packages/atoms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atoms",
33
"version": "0.0.0-semantically-released",
4-
"description": "Atomic building blocks for the Offcourse project",
4+
"description": "Atomic building blocks for the Offcourse Project",
55
"author": "yeehaa123",
66
"license": "MIT",
77
"repository": "offcourse/offcourse-next",

0 commit comments

Comments
 (0)