Skip to content

Commit 31a626c

Browse files
authored
chore: added semantic release (#118)
1 parent 8956523 commit 31a626c

File tree

3 files changed

+5897
-664
lines changed

3 files changed

+5897
-664
lines changed

circle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
npm link cypress-cucumber-preprocessor
1717
- run:
1818
name: run tests
19-
command: npm test
19+
command: npm test
20+
- run:
21+
name: release
22+
command: npm run semantic-release || true

0 commit comments

Comments
 (0)