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

ci: update release pipeline for the artifacts repository #193

Merged
merged 4 commits into from
Oct 25, 2024

Conversation

apolikamixitos
Copy link
Contributor

What:

Add a new process to release Axelar GMP SDK Solidity packages and contracts.

create-release-pr Workflow:

Ensures that the changes introduced are ready to get published, as the name suggests, it's a step that creates a PR that could be double-checked before proceeding with publishing a release based on a specific "branch".

release Workflow:

This workflow ensures:

  • The new versions of the package @axelar-network/axelar-gmp-sdk-solidity are published on npm.

  • New releases/tags are published on Github:

    • Includes the source code of the package.
    • The package-related assets (contracts ABIs associated with its corresponding package version).

Image

  • Artifacts being published to R2 as a secondary backup source and distribution channel:

Screenshot 2024-10-22 at 3 16 00 PM

release-snapshot Workflow:

  • It's used mainly for nightly || ad-hoc triggered builds for testing purposes only, they aren't supposed to be used for production environments.

Notes:

Some requisites need to take place before merging the PR:

  • Ensure that the proper vars and secrets are set up in the repository config.

@apolikamixitos apolikamixitos requested a review from a team as a code owner October 22, 2024 14:16
@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.66%. Comparing base (9847262) to head (5054c09).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #193   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files          47       47           
  Lines         747      747           
  Branches      154      154           
=======================================
  Hits          737      737           
  Misses          1        1           
  Partials        9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@milapsheth milapsheth merged commit bb1666e into main Oct 25, 2024
5 checks passed
@milapsheth milapsheth deleted the AXE-5685/update-release-pipeline branch October 25, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants