Skip to content

Commit

Permalink
Merge pull request #12 from MetaMask/MMI-XXX-repo-rules-2
Browse files Browse the repository at this point in the history
chore: remove changelog validation for the moment
  • Loading branch information
shane-t authored Dec 10, 2024
2 parents 19852b4 + 18479f5 commit c9600a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
cache: 'yarn'
- run: yarn --immutable --immutable-cache
- run: yarn lint
- name: Validate RC changelog
if: ${{ startsWith(github.head_ref, 'release/') }}
run: yarn workspaces foreach --parallel --topological --verbose run auto-changelog validate --prettier --rc
- name: Validate changelog
if: ${{ !startsWith(github.head_ref, 'release/') }}
run: yarn workspaces foreach --parallel --topological --verbose run auto-changelog validate --prettier
# - name: Validate RC changelog
# if: ${{ startsWith(github.head_ref, 'release/') }}
# run: yarn workspaces foreach --parallel --topological --verbose run auto-changelog validate --prettier --rc
# - name: Validate changelog
# if: ${{ !startsWith(github.head_ref, 'release/') }}
# run: yarn workspaces foreach --parallel --topological --verbose run auto-changelog validate --prettier
- name: Require clean working directory
shell: bash
run: |
Expand Down
5 changes: 5 additions & 0 deletions packages/site/CHANGELOG.md
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/),
Expand All @@ -7,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.1.0]

### Uncategorized

- chore: validate that custodians did not change parameters when signing
- chore: rename everything to institutional
- Merge branch 'main' into MMI-XXX-local-api-upgrade
Expand All @@ -23,7 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial commit

## [0.0.1]

### Added

- Initial commit

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD
Expand Down
5 changes: 5 additions & 0 deletions packages/snap/CHANGELOG.md
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/),
Expand All @@ -7,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.1.0]

### Uncategorized

- chore: remove failing test
- chore: fix manifest
- chore: fix saturn dev
Expand Down Expand Up @@ -36,7 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial commit

## [0.0.1]

### Added

- Initial commit

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.0.1",
"version": "0.1.0",
"description": "Institutional accounts in MetaMask.",
"proposedName": "Institutional Wallet",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-institutional-wallet.git"
},
"source": {
"shasum": "zYveQ3/PmPT4RzzoPQAOy7X2SsXCduBd0PMdGwh5M2c=",
"shasum": "LL9twrgN9kGCcKtukPZfXo4OFfxn7c65y/K1QTMXhPs=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit c9600a0

Please sign in to comment.