Skip to content

Commit

Permalink
build: add semantic release to next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Jul 30, 2021
1 parent 04dca30 commit 05eae1d
Show file tree
Hide file tree
Showing 4 changed files with 24,826 additions and 15,491 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,7 +1,7 @@
### PLACE CUSTOM IGNORES HERE
lib
es

.env



Expand Down
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,10 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branch: next

0 comments on commit 05eae1d

Please sign in to comment.