Skip to content

Commit

Permalink
v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 14, 2023
1 parent 79532d5 commit e3bff8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40716,6 +40716,7 @@ async function generateChangelog(cwd, newVersion) {
newVersion,
});
const rawCommits = await (0, changelogen_1.getGitDiff)(config.from, config.to);
console.log('From:', config.from, 'To:', config.to, 'Raw commits:', rawCommits);
// Parse commits as conventional commits
const commits = (0, changelogen_1.parseCommits)(rawCommits, config).filter((c) => config.types[c.type] &&
!(c.type === 'chore' && c.scope === 'deps' && !c.isBreaking));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-tag",
"version": "4.0.5",
"version": "4.0.6",
"description": "",
"main": "dist/index.js",
"author": "Guillaume CHAU",
Expand Down

0 comments on commit e3bff8f

Please sign in to comment.