Skip to content

Commit

Permalink
Remove ember-cli-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Jun 24, 2022
1 parent cd3919f commit 6654542
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions config/release.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
/* eslint-env node */

var execSync = require('child_process').execSync;
// eslint-disable-next-line node/no-unpublished-require
var generateChangelog = require('ember-cli-changelog/lib/tasks/release-with-changelog');

module.exports = {
publish: true,

beforeCommit: generateChangelog,

afterPublish: function (project, versions) {
runCommand(
'ember github-pages:commit --message "Released ' + versions.next + '"'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"ember-cli": "~3.28.5",
"ember-cli-app-version": "^3.1.3",
"ember-cli-autoprefixer": "^0.7.0",
"ember-cli-changelog": "0.3.4",
"ember-cli-code-coverage": "0.4.1",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-github-pages": "^0.2.0",
Expand Down

0 comments on commit 6654542

Please sign in to comment.