Skip to content

Commit e286984

Browse files
committed
build(deploy): add semantic-release
Add semantic-release and configure it to run in a deploy stage on TravisCI.
1 parent 8c60e54 commit e286984

File tree

5 files changed

+3549
-785
lines changed

5 files changed

+3549
-785
lines changed

.github_changelog_generator

Lines changed: 0 additions & 5 deletions
This file was deleted.

.npmignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
__tests__/*
33
.circleci/*
44
coverage/*
5+
.gitattributes
6+
.gitignore
57
.npmignore
68
.travis.yml
7-
.gitignore
8-
.gitattributes
9-
.github_changelog_generator
9+
git_deploy_key.enc

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
provider: script
2525
skip_cleanup: true
2626
script:
27-
- echo "npx semantic-release"
27+
- npx semantic-release
2828

2929
notifications:
3030
email:

0 commit comments

Comments
 (0)