2.1.0 • Published 6 years ago
@masonite/create-dw-release v2.1.0
Create DW Release
An internal digital web team tool used to create a new main project release.
Usage
This script is intended to be ran from the root of the cloned main project repo.
npx @masonite/create-dw-release <major|premajor|minor|preminor|patch|prepatch|prerelease>(npx comes with npm 5.2+ and higher)
major
npx @masonite/create-dw-release majorpremajor
npx @masonite/create-dw-release premajorminor
npx @masonite/create-dw-release minorpreminor
npx @masonite/create-dw-release preminorpatch
npx @masonite/create-dw-release patchprepatch
npx @masonite/create-dw-release prepatchprerelease
npx @masonite/create-dw-release prepatchRequirements
- Repo must have at least 1 commit to its remote master branch.
- Repo must have at least 1 tagged release on its remote master branch.