Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit c4eb69b

Browse files
committed
add semantic release job
1 parent a7967a9 commit c4eb69b

File tree

2 files changed

+10
-31
lines changed

2 files changed

+10
-31
lines changed

.travis.yml

-31
This file was deleted.

circle.yml

+10
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ workflows:
2222
install-command: echo 'Nothing to install in this job'
2323
no-workspace: true
2424
record: false
25+
26+
- cypress/run:
27+
name: NPM release 🚀
28+
requires:
29+
- Install 📦
30+
- Test 🧪
31+
install-command: echo 'Nothing to install in this job'
32+
no-workspace: true
33+
# instead of "cypress run" do NPM release 😁
34+
command: npm run semantic-release

0 commit comments

Comments
 (0)