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: add updated release process for ITS #286

Merged
merged 6 commits into from
Oct 16, 2024

Conversation

apolikamixitos
Copy link
Contributor

What:

Add a new process to release Interchain Token Service packages and contracts.

pre-release Workflow:

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

release Workflow:

This workflow ensures:

  • The new versions of the package @axelar-network/interchain-token-service are published to npm.

image

  • 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:

image
image

release-snapshot Workflow:

  • It's used mainly for nightly || ad-hoc build to trigger testing purposes, 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.

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.67%. Comparing base (c58ed5e) to head (f134b54).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #286   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          19       19           
  Lines         601      601           
  Branches      126      126           
=======================================
  Hits          587      587           
  Misses          5        5           
  Partials        9        9           

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

.github/workflows/lint.yaml Outdated Show resolved Hide resolved
.github/workflows/pre-release.yaml Outdated Show resolved Hide resolved
.github/workflows/release-snapshot.yaml Outdated Show resolved Hide resolved
.github/workflows/test.yaml Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/create-release-pr.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
@milapsheth milapsheth merged commit 0949437 into main Oct 16, 2024
5 checks passed
@milapsheth milapsheth deleted the AXE-5686/update-release-pipeline branch October 16, 2024 06:26
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.

4 participants