-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add semantic-release * fix: Remove changelog generator & bithound (#60) * chore(changelog): Add semantic release changelog suppert * chore(changelog): Use conventional changelog
- Loading branch information
1 parent
2090f65
commit 816b629
Showing
3 changed files
with
3,159 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
sudo: required | ||
|
||
services: | ||
- docker | ||
|
||
language: node_js | ||
|
||
install: | ||
- yarn --ignore-engines | ||
|
||
script: | ||
- yarn run ci | ||
- yarn danger ci | ||
|
||
after_success: | ||
- bithound check git@github.com:oleg-koval/ya-skeleton.git | ||
|
||
notifications: | ||
email: false | ||
node_js: | ||
- "8" | ||
- "10" | ||
|
||
# Skip builds for tags | ||
if: tag IS blank | ||
- '10' | ||
- '9' | ||
- '8' | ||
after_success: | ||
- npm run travis-deploy-once "npm run semantic-release" | ||
branches: | ||
except: | ||
- /^v\d+\.\d+\.\d+$/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.