Skip to content

Commit e8d38f4

Browse files
committed
chore(tooling): add semantic-release and commitizen
Add semantic-release and commitizen to automate releases of this repo. This also enforces the conventional changelog convention for commit messages
1 parent e321493 commit e8d38f4

File tree

3 files changed

+442
-3
lines changed

3 files changed

+442
-3
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: 'circleci/node:latest'
6+
steps:
7+
- checkout
8+
- run:
9+
name: install
10+
command: npm install

0 commit comments

Comments
 (0)