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

Create Prepare Release workflow #445

Merged
merged 5 commits into from
Jan 10, 2025
Merged

Create Prepare Release workflow #445

merged 5 commits into from
Jan 10, 2025

Conversation

R-Palazzo
Copy link
Contributor

CU-86b2xrmbh
Resolve #442

@R-Palazzo R-Palazzo self-assigned this Jan 9, 2025
@sdv-team
Copy link
Contributor

sdv-team commented Jan 9, 2025

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.11%. Comparing base (827851f) to head (e37b374).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   90.11%   90.11%           
=======================================
  Files          29       29           
  Lines        1821     1821           
=======================================
  Hits         1641     1641           
  Misses        180      180           
Flag Coverage Δ
integration 79.73% <ø> (ø)
unit 86.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

with open(file_path, 'r') as history_file:
history = history_file.read()

token = '# History\n\n'
Copy link
Member

Choose a reason for hiding this comment

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

Enterprise calls this HISTORY, not sure which one we want to use.

Copy link
Collaborator

Choose a reason for hiding this comment

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

It has to match whatever is actually in the history file, which in this case is '# History'

@R-Palazzo R-Palazzo merged commit 38e7d45 into main Jan 10, 2025
67 checks passed
@R-Palazzo R-Palazzo deleted the issue-442-prepare-release branch January 10, 2025 08:38
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.

Create Prepare Release workflow
4 participants