Skip to content

Commit

Permalink
⚡ Update comigojiChangelog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed May 6, 2020
1 parent 75ae058 commit 8da8cac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions comigojiChangelog.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// $ comigoji-changelog ./comigojiChangelog.js > Changelog.md

const gitCommand = 'git log --max-count=1 --tags --simplify-by-decoration --pretty="format:%cI"';
const {exec} = require('child_process');

Expand All @@ -23,13 +25,13 @@ module.exports = new Promise((resolve, reject) => {
branch: 'develop'
}, {
since,
repo: './../docs.ctjs.rocks',
repo: './docs',
branch: 'master',
forceCategory: 'docs',
forceCategoryStrip: /^:(books|pencil|pencil2|memo):/
}, {
since,
repo: './../ctjs-site',
repo: './../ctjsSite',
branch: 'master',
forceCategory: 'website'
}],
Expand Down

0 comments on commit 8da8cac

Please sign in to comment.