-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from kroma-network/release/v1.0.3-base
feat: merge `release/v1.0.3-base` to `main`
- Loading branch information
Showing
172 changed files
with
8,073 additions
and
3,224 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Config file for Semantic PRs | ||
# See https://github.com/Ezard/semantic-prs | ||
|
||
# Validate the PR title and all commit messages | ||
titleAndCommits: true | ||
|
||
# If commitsOnly or titleAndCommits is set to true, then only a single commit needs to pass validation instead of every commit | ||
# If neither of those options are set to true then this option is ignored | ||
anyCommit: true | ||
|
||
# The values allowed for the "type" part of the PR title/commit message. e.g. for a PR title/commit message of "feat: add some stuff", the type would be "feat" | ||
types: | ||
- build | ||
- chore | ||
- ci | ||
- docs | ||
- feat | ||
- fix | ||
- perf | ||
- refac | ||
- test | ||
|
||
# The values allowed for the "scope" part of the PR title/commit message. e.g. for a PR title/commit message of "feat(awesome-feature): add some stuff", the type would be "awesome-feature" | ||
scopes: | ||
- batcher | ||
- chain-ops | ||
- common-ts | ||
- contracts | ||
- core-utils | ||
- e2e | ||
- hardhat-deploy-config | ||
- monitoring | ||
- node | ||
- service | ||
- sdk | ||
- signer | ||
- validator | ||
|
||
# Allow merge commits (e.g. 'Merge branch "master" into fix/delete-all-tests') | ||
# If neither of commitsOnly or titleAndCommits is set to true then this option is ignored | ||
allowMergeCommits: true | ||
|
||
# Allow revert commits (e.g. 'Revert "fix: delete all tests"') | ||
# If neither of commitsOnly or titleAndCommits is set to true then this option is ignored | ||
allowRevertCommits: true | ||
|
||
# Allows a custom URL for the "Details" link (which appears next to the success/failure message from the app) to be specified | ||
targetUrl: https://github.com/kroma-network/kroma/blob/dev/.gitmessage |
This file contains 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 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 was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.