Skip to content

Commit

Permalink
Added branch name in .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Nov 6, 2023
1 parent 66dd0a4 commit a49dfbb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/js/github.io/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ function channel(version) {
if (parts.length > 1) {
parts.shift()
const chnl = parts.join("-").split(".").shift()

if (['next', 'next-major', 'test'].includes(chnl)) {
return chnl
}
else {
return 'test'
}
return chnl
// if (['next', 'next-major', 'test'].includes(chnl)) {
// return chnl
// }
// else {
// return 'test'
// }
}
else {
return 'latest'
Expand Down

0 comments on commit a49dfbb

Please sign in to comment.