zardoy / release-action

Finnaly publish workflow action (for GitHub actions)

Home Page:https://npmjs.com/zardoy-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make exports available only in contrib channels

zardoy opened this issue · comments

BABEL!

/** @channel stable */
export const makeMeHappy = () => {}
/** @channel next */
export const makeMeHappy = () => {/* with experiments */}