Skip to content

Commit

Permalink
build(deps): bump @metamask/auto-changelog from 3.4.3 to 3.4.4 (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
dependabot[bot] and mcmire committed Feb 1, 2024
1 parent 7192e4f commit dd4f507
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3038,14 +3038,17 @@ async function getCommitHashesInRange(commitRange, rootDirectory) {
* @param options.tagPrefixes - A list of tag prefixes to look for, where the first is the intended
* prefix and each subsequent prefix is a fallback in case the previous tag prefixes are not found.
* @param options.formatter - A custom Markdown formatter to use.
* @param options.packageRename - The package rename properties.
* An optional, which is required only in case of package renamed.
* @returns The updated changelog text.
*/
async function updateChangelog({ changelogContent, currentVersion, repoUrl, isReleaseCandidate, projectRootDirectory, tagPrefixes = ['v'], formatter = undefined, }) {
async function updateChangelog({ changelogContent, currentVersion, repoUrl, isReleaseCandidate, projectRootDirectory, tagPrefixes = ['v'], formatter = undefined, packageRename, }) {
const changelog = (0, parse_changelog_1.parseChangelog)({
changelogContent,
repoUrl,
tagPrefix: tagPrefixes[0],
formatter,
packageRename,
});
// Ensure we have all tags on remote
await runCommand('git', ['fetch', '--tags']);
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,9 @@
semver "^7.3.5"

"@metamask/auto-changelog@^3.3.0":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@metamask/auto-changelog/-/auto-changelog-3.4.3.tgz#7de55e286fde228dd7b86a208cbaaa800f70ff43"
integrity sha512-C/4HgLE4CBQEdut3pJbS8PJeDMQZ8Ln4WnB5ANyY7IOjWuUQ4V0OC2jwD5yWoZP8+umSul22axwF0fnbqsSuSQ==
version "3.4.4"
resolved "https://registry.yarnpkg.com/@metamask/auto-changelog/-/auto-changelog-3.4.4.tgz#981c3bf07f8fd0dcec0170788abdc5792018c430"
integrity sha512-bA2U6JXIQpbTbiURZ4X+c0OmkzQUOAggmG7x+NL37ELL8zI5NuiRyuR1dvlmhhlOUOdj8cCuqYFOxR478kz4Lg==
dependencies:
diff "^5.0.0"
execa "^5.1.1"
Expand Down

0 comments on commit dd4f507

Please sign in to comment.