Skip to content

Commit e79dccf

Browse files
authored
Document how to set release channel for github publisher
1 parent 3792826 commit e79dccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/tutorials/release-using-channels.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ If you want to use channels, you should add this to your package.json:
3333

3434
All you have to do to release using channels is to define the channel in the version tag of the `package.json`. Add "-beta" or "-alpha" (nothing for "latest") to automatically build for the related channel.
3535

36+
!!! warning
37+
Github release does not respect the version in the version tag even if `detectUpdateChannel` is true. You must *explicitly* set [`channel`](../builder-util-runtime.interface.githuboptions#channel) to match the intended release channel.
3638

3739
### Your Application
3840
All you need to do here is to define which channel the user will receive with:

0 commit comments

Comments
 (0)