@masonite/create-dw-release
v2.1.0
Published
An internal digital web team tool used to create a new project release.
Downloads
7
Keywords
Readme
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 major
premajor
npx @masonite/create-dw-release premajor
minor
npx @masonite/create-dw-release minor
preminor
npx @masonite/create-dw-release preminor
patch
npx @masonite/create-dw-release patch
prepatch
npx @masonite/create-dw-release prepatch
prerelease
npx @masonite/create-dw-release prepatch
Requirements
- 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.