-
-
Notifications
You must be signed in to change notification settings - Fork 211
ci: automated release #1362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
wenfix
wants to merge
17
commits into
main
Choose a base branch
from
ci/automated-release
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ci: automated release #1362
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
629dbcd
chore: update prettier and create-release-branch deps
wenfix 60e2319
specify versions on workspace packages
wenfix 6855283
temporarily disable commitlint
wenfix 1a14b2b
update changelog scripts to match core
wenfix 32cc123
move auto-changelog to root and update scripts
wenfix 8e20265
add format changelog scripts
wenfix cd4bde5
chore: renable commitlint with ignore release rule
wenfix 86036f0
chore: yarn constraints plugins
wenfix c2784ea
fix: commitlint ignore rule
wenfix bff6ae2
Merge branch 'ci/automated-release-changelog' into ci/automated-relea…
wenfix 2765964
chore: deduplicate changelog validation
wenfix 56d1a6c
fix: gitignore and add plugin-constraints
wenfix fecd4be
chore: is-release action to v2
wenfix dc22a8e
chore: format sdk changelog
wenfix c50a1ed
chore: format all changelogs
wenfix 1593ced
chore: add changelog validation to multichain-react
wenfix 0333c58
Merge remote-tracking branch 'origin' into ci/automated-release
adonesky1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
|
|
@@ -7,27 +8,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
| ## [Unreleased] | ||
|
|
||
| ## [0.0.5] | ||
|
|
||
| ### Fixed | ||
|
|
||
| - Updates and Fixes to Analytics ([#1294](https://github.com/MetaMask/metamask-sdk/pull/1294)) | ||
|
|
||
| ## [0.0.4] | ||
|
|
||
| ### Fixed | ||
|
|
||
| - Refactor sdk-analytics ([#1288](https://github.com/MetaMask/metamask-sdk/pull/1288)) | ||
|
|
||
| ## [0.0.3] | ||
|
|
||
| ### Fixed | ||
|
|
||
| - fix: add publishConfig too release for sdk-analytics package ([#1284](https://github.com/MetaMask/metamask-sdk/pull/1284)) | ||
|
|
||
| ## [0.0.2] | ||
|
|
||
| ### Added | ||
|
|
||
| - Add New Analytics Client ([#1270](https://github.com/MetaMask/metamask-sdk/pull/1270)) | ||
|
|
||
| ### Fixed | ||
|
|
||
| - fix: correct sdk analytics lint issued and package scope fix ([#1281](https://github.com/MetaMask/metamask-sdk/pull/1281)) | ||
| - fix: make the package public ([#1279](https://github.com/MetaMask/metamask-sdk/pull/1279)) | ||
|
|
||
| ## [0.0.0] | ||
|
|
||
| ### Added | ||
|
|
||
| - Initial release | ||
|
|
||
| [Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Release Detection Fails with Multiple Patterns
The
is-releasejob'scommit-starts-withinput provides multiple release patterns as a single comma-separated string. TheMetaMask/action-is-releaseaction likely misinterprets this, which could prevent release commits from being detected.