Skip to content

Commit

Permalink
fix: Make sure the angular preset is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 5, 2021
1 parent 3ed803a commit 2b646ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -33,6 +33,7 @@
"@actions/exec": "1.1.0",
"@iarna/toml": "^2.2.5",
"conventional-changelog": "3.1.24",
"conventional-changelog-angular": "^5.0.13",
"conventional-recommended-bump": "6.1.0",
"git-semver-tags": "4.1.1",
"object-path": "^0.11.8",
Expand All @@ -45,4 +46,4 @@
"@vercel/ncc": "^0.31.1",
"husky": "4.3.6"
}
}
}
3 changes: 3 additions & 0 deletions src/index.js
Expand Up @@ -2,6 +2,9 @@ const core = require('@actions/core')
const conventionalRecommendedBump = require('conventional-recommended-bump')
const path = require('path')

// Make sure the angular preset is loaded
require('conventional-changelog-angular')

const getVersioning = require('./version')
const git = require('./helpers/git')
const changelog = require('./helpers/generateChangelog')
Expand Down

0 comments on commit 2b646ec

Please sign in to comment.