-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace grunt-release with "release-it"
We expect release-it to be installed globally in order to make new releases.
- Loading branch information
Showing
5 changed files
with
35 additions
and
472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
We used grunt-release in past, but it's obsolete and misbehaving. | ||
|
||
So we now added release informations for release-it product to the package.json and expect the release to be manually done using release-it. | ||
|
||
npm install -g release-it | ||
|
||
release-it --dry-run | ||
|
||
release-it |
Oops, something went wrong.