Skip to content

Commit

Permalink
refactor(manual publish): manual publish and adds refactor trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Apr 1, 2024
1 parent ecc8615 commit 83fb77c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
monorepo-tags: true
token: ${{ secrets.BUILD_SVC_PAT }}
release-type: node
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
changelog-types: '[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false},
{"type":"refactor","section":"Rewrite","hidden":false}
]'
1 change: 1 addition & 0 deletions packages/rpcAllowlist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/consensys-vertical-apps/metamask-institutional/compare/rpc-allowlist-v1.0.1...rpc-allowlist-v1.0.2) (2024-04-01)
## [1.0.1](https://github.com/consensys-vertical-apps/metamask-institutional/compare/rpc-allowlist-v1.0.0...rpc-allowlist-v1.0.1) (2024-03-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/rpcAllowlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask-institutional/rpc-allowlist",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allowlist for custom JSON-RPC commands",
"author": "Antonio Regadas <[email protected]>",
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme",
Expand Down

0 comments on commit 83fb77c

Please sign in to comment.