Skip to content

Commit e30da34

Browse files
committed
feat(ci): Add semver.
1 parent 89c83fe commit e30da34

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2.1
2+
3+
orbs:
4+
release-tools: paperspace/[email protected]
5+
6+
workflows:
7+
master:
8+
jobs:
9+
- release-tools/release:
10+
name: create release
11+
context: semantic-release
12+
filters:
13+
branches:
14+
only: master

0 commit comments

Comments
 (0)