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

Add shared gitHub action for staging release workflow #96

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

enxtur
Copy link

@enxtur enxtur commented Feb 17, 2025

No description provided.

@enxtur enxtur added the ready for review All comments have been addressed, and the Pull Request is ready for review label Feb 17, 2025
@enxtur enxtur requested a review from a team as a code owner February 17, 2025 11:41
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.95%. Comparing base (4b46425) to head (8b653bf).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #96   +/-   ##
========================================
  Coverage    84.95%   84.95%           
========================================
  Files            6        6           
  Lines          452      452           
  Branches       123      123           
========================================
  Hits           384      384           
  Misses          49       49           
  Partials        19       19           

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

- name: Create release branch
run: |
git checkout -b ${{ steps.bump_version.outputs.release_branch }}
git add package.json package-lock.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fail in repos where we use yarn, like hpc-api

@Pl217 Pl217 assigned enxtur and unassigned Pl217 Feb 25, 2025
@Pl217 Pl217 added needs minor changes There are review or issue comments to address and removed ready for review All comments have been addressed, and the Pull Request is ready for review labels Feb 25, 2025
@enxtur enxtur assigned Pl217 and unassigned enxtur Feb 25, 2025
@enxtur enxtur added ready for review All comments have been addressed, and the Pull Request is ready for review and removed needs minor changes There are review or issue comments to address labels Feb 25, 2025
@enxtur enxtur requested a review from Pl217 February 25, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review All comments have been addressed, and the Pull Request is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants