We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15223ac commit 368a6f4Copy full SHA for 368a6f4
.releaserc
@@ -1,7 +1,4 @@
1
{
2
- {
3
- "branch": "feature/add-semantic-release"
4
- },
5
"plugins": [
6
"@semantic-release/commit-analyzer",
7
"@semantic-release/release-notes-generator",
.travis.yml
@@ -19,6 +19,7 @@ jobs:
19
script:
20
- npm run test
21
- stage: release
22
+ if: branch = master
23
24
- npx semantic-release
25
0 commit comments