Skip to content

1.18.0 - #280

Merged
HowardBraham merged 4 commits into
mainfrom
release/1.18.0
Aug 12, 2026
Merged

1.18.0#280
HowardBraham merged 4 commits into
mainfrom
release/1.18.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This is the release candidate for version 1.18.0.

@HowardBraham
HowardBraham marked this pull request as ready for review August 12, 2026 18:54
@HowardBrahamHowardBraham self-assigned this Aug 12, 2026
Comment threadCHANGELOG.md Outdated

### Changed

- Bumped auto-changelog to 6.2.0, and made the clients responsible for their own flags ([#279](https://github.com/MetaMask/github-tools/pull/279))

@mcmiremcmireAug 12, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this PR, does the update-release-changelog action now expect projects to have a yarn update-changelog script? If so should we recreate this release PR, mark this as breaking here, and bump the version to 2.0.0?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yes it does, hmm. I did look at this before, and there are only two consumers of update-release-changelog, which are metamask-extension and metamask-mobile:

https://github.com/search?q=org%3AMetaMask+update-release-changelog&type=code

I am hesitant to go to a new major version of github-tools. I guess if we want to make this backwards compatible, we can.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, maybe we can still update to auto-changelog 6.2.0 but keep calling yarn auto-changelog update with all of the options we were passing before?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this? And should I do this in the release PR, or create another separate PR?

if yarn run --silent update-changelog --help >/dev/null 2>&1; then
yarn update-changelog \
--repo "${GITHUB_REPOSITORY_URL}" \
--currentVersion "${VERSION}"
else
yarn auto-changelog update --rc \
--repo "${GITHUB_REPOSITORY_URL}" \
--currentVersion "${VERSION}" \
--autoCategorize \
--useChangelogEntry \
--useShortPrLink \
--requirePrNumbers
fi

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah that would probably work too.

I would recommend making this change in a separate PR to keep the release PR just focused on bumping the version and updating the changelog.

github-actionsand others added 3 commits August 12, 2026 13:28
Updated changelog to reflect changes in version 1.18.0.
Comment threadCHANGELOG.md Outdated
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>

@mcmiremcmire left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@HowardBraham
HowardBraham merged commit 8a343dd into mainAug 12, 2026
9 checks passed
@HowardBraham
HowardBraham deleted the release/1.18.0 branch August 12, 2026 21:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mcmire@HowardBraham