Skip to content

Add parcel version to PluginOptions (#9671) #54

Add parcel version to PluginOptions (#9671)

Add parcel version to PluginOptions (#9671) #54

# This workflow builds and releases all packages on the main branch with a canary
# dist tag. These packages contain changes that are not yet available in a publicly
# released version of Parcel.
name: canary-release
on:
push:
branches:
- v2
workflow_dispatch:
jobs:
build-and-release:
name: Build and release canary
uses: ./.github/workflows/release.yml
secrets: inherit
with:
profile: canary
release-command: |
yarn canary:release --summary-file
node scripts/tag-release.mjs --tag nightly
type: canary