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 9f82ea4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ deploy:
- provider: script
skip_cleanup: true
script: yarn semantic-release
on:
branch: master
- provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
Expand Down

0 comments on commit 9f82ea4

Please sign in to comment.