diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a41e4f2a0..2b386d180 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: release on: push: tags: - - "v*.*.*" + - "*-zksync.*" schedule: - cron: "0 0 * * *" workflow_dispatch: diff --git a/release-plz.toml b/release-plz.toml index 54b661dad..e4c5c68e4 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -5,10 +5,10 @@ pr_labels = ["release", "automated"] # Set PR labels changelog_update = false # Disable individual changelog updates for all packages. git_tag_enable = false # Disable individual tags for all packages. git_release_enable = false # Disable individual releases for all packages. -semver_check = true # Enable API breaking changes checks with cargo-semver-checks. +semver_check = false # Enable API breaking changes checks with cargo-semver-checks. # Use one main package for a common tag for all workspace crates [[package]] name = "forge" git_tag_enable = true # Enable one common tag for all crates -git_tag_name = "v{{version}}" # Tag name +git_tag_name = "0.2.0-zksync.{{version}}" # Tag name