Skip to content
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

CRIB-359: ignoring problematic git tag breaking CRIB CCIP builds #1463

Merged
merged 3 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. CRIB-359: ignoring problematic git tag breaking CRIB CCIP builds

    Fix the following error when building CCIP for CRIB:
    
    ```
    build:app   • parsing tag
    build:app   ⨯ release failed after 0s                          error=failed to parse tag 'contracts-ccip/v1.5.0-beta.0' as semver: Invalid Semantic Version
    ```
    
    Even though the best would be to ignore it based on the prefix `contracts-ccip`, that requires goreleaser-pro
    which is not currently available in the nix shell. We should add it in the long run, but this issue needs an immediate fix for now.
    rafaelfelix committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cb46eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e67e029 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    f055757 View commit details
    Browse the repository at this point in the history