Skip to content

Commit

Permalink
Revert "docs(CHANGELOG.md): Attempting to add an automatic changelong…
Browse files Browse the repository at this point in the history
… using commitzen"

This reverts commit c52e8c5.
  • Loading branch information
Portugal, Marcelo authored and Portugal, Marcelo committed Nov 16, 2016
1 parent c52e8c5 commit c84383c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
Empty file removed CHANGELOG.md
Empty file.
10 changes: 0 additions & 10 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ module.exports = function(grunt) {
require('load-grunt-tasks')(grunt);

grunt.initConfig({
conventionalChangelog: {
options: {
changelogOpts: {
preset: 'angular'
}
},
release: {
src: 'CHANGELOG.md'
}
},
eslint: {
options: {
outputFile: 'example/example-report.html',
Expand Down
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"description": "Detailed HTML reporter for ESLINT.",
"main": "index.js",
"scripts": {
"test": "grunt eslint",
"postversion": "grunt conventionalChangelog"
"test": "grunt eslint"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"repository": {
"type": "git",
Expand All @@ -29,20 +33,13 @@
"lodash": "^4.16.6"
},
"devDependencies": {
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.9.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.4.1",
"eslint-plugin-lodash": "^2.2.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-eslint": "^19.0.0",
"load-grunt-tasks": "^3.5.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit c84383c

Please sign in to comment.