Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 357 Bytes

RELEASE_PROCESS.md

File metadata and controls

17 lines (11 loc) · 357 Bytes

Release process

Beta

npm version prerelease --preid=next
npm run build
npm publish --access public --tag next

Production

Create new release in git-flow

Bump version in package.json

Push/merge to main branch will trigger CI/CD workflow, which publishes @boomworks/payload-plugin-author-fields@VERSION & creates a GitHub release