Skip to content

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 14, 2023
1 parent b3c0174 commit 4b4dddc
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 @@ -40719,6 +40719,7 @@ async function generateChangelog(cwd, newVersion) {
// 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));
console.log('Parsed commits:', commits);
// Generate markdown
const markdown = await (0, changelogen_1.generateMarkDown)(commits, config);
return markdown;
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.4",
"version": "4.0.5",
"description": "",
"main": "dist/index.js",
"author": "Guillaume CHAU",
Expand Down

0 comments on commit 4b4dddc

Please sign in to comment.