Skip to content

Commit

Permalink
🔧 Set up alpha channel to test CD flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
momocow committed Jan 25, 2022
1 parent 6708c4e commit 77d394d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"message": ":bookmark: v${nextRelease.version} [skip ci]\n\nhttps://github.com/momocow/semantic-release-gitmoji/releases/tag/${nextRelease.gitTag}"
}
]
],
"branches": [
"master",
{
"name": "alpha",
"channel": "alpha"
}
]
}

0 comments on commit 77d394d

Please sign in to comment.