Skip to content

Commit

Permalink
chore: (attempt) to have pre release for the rewrite branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Sep 12, 2020
1 parent 856a04b commit 1e2a3fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"pkgRoot": "dist/ngx-sub-form"
"pkgRoot": "dist/ngx-sub-form",
"branches": [
"master",
{
"name": "feat/rewrite",
"channel": "beta-rewrite",
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deploy:
skip_cleanup: true
script: yarn semantic-release
on:
branch: master
all_branches: true
- provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
Expand Down

0 comments on commit 1e2a3fd

Please sign in to comment.