2.1.0 • Published 4 years ago

@masonite/create-dw-release v2.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Create DW Release

npm

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.
2.1.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago