Skip to content

Remove src to lib rewrites on package.json files (#9612) #57

Remove src to lib rewrites on package.json files (#9612)

Remove src to lib rewrites on package.json files (#9612) #57

# 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