Skip to content

Commit

Permalink
Replace 'grunt-release-it' with 'release-it'
Browse files Browse the repository at this point in the history
Usage and behaviour is consistent as before.

Some options changes for release-it, mainly using defaults or
refactoring for new version.
  • Loading branch information
limzykenneth committed Dec 20, 2019
1 parent f1ac784 commit 57d17d7
Show file tree
Hide file tree
Showing 4 changed files with 1,652 additions and 728 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ module.exports = grunt => {
grunt.loadNpmTasks('grunt-minjson');
grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-newer');
grunt.loadNpmTasks('grunt-release-it');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-simple-nyc');
Expand Down
Loading

0 comments on commit 57d17d7

Please sign in to comment.