Skip to content

Fix to set latest on PWM release notes only#6806

Closed
mpbw2 wants to merge 1 commit into
mainfrom
release-notes-set-latest
Closed

Fix to set latest on PWM release notes only#6806
mpbw2 wants to merge 1 commit into
mainfrom
release-notes-set-latest

Conversation

@mpbw2
Copy link
Copy Markdown
Contributor

@mpbw2 mpbw2 commented Apr 16, 2026

📔 Objective

Occasionally Authenticator is marked as 'Latest' when the release notes are taken out of draft, which shouldn't happen (we only set Latest on PWM). This fixes that.

Reasoning per claude:

gh release edit without --latest may send a make_latest:true default to the GitHub API, which would override the --latest=false set during draft creation. By explicitly forwarding the same is_latest_release value, the Authenticator draft release will consistently remain make_latest=false.

@github-actions github-actions Bot added the t:ci Change Type - Updates to automated workflows label Apr 16, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.10%. Comparing base (7d2bfe1) to head (73353c1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6806      +/-   ##
==========================================
- Coverage   85.41%   85.10%   -0.31%     
==========================================
  Files         871      911      +40     
  Lines       60064    60493     +429     
  Branches     8613     8624      +11     
==========================================
+ Hits        51304    51483     +179     
- Misses       5775     6019     +244     
- Partials     2985     2991       +6     
Flag Coverage Δ
app-data 17.15% <ø> (-0.05%) ⬇️
app-ui-auth-tools 20.57% <ø> (-0.06%) ⬇️
app-ui-platform 15.24% <ø> (-0.05%) ⬇️
app-ui-vault 26.61% <ø> (+0.06%) ⬆️
authenticator 6.55% <ø> (-0.01%) ⬇️
lib-core-network-bridge 4.29% <ø> (+<0.01%) ⬆️
lib-data-ui 1.03% <ø> (-0.01%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown
Contributor

Logo
Checkmarx One – Scan Summary & Details5722009c-e2aa-438b-8d75-e5675b712e9b

Great job! No new security vulnerabilities introduced in this pull request

@mpbw2 mpbw2 requested a review from vvolkgang April 16, 2026 19:43
@mpbw2
Copy link
Copy Markdown
Contributor Author

mpbw2 commented Apr 16, 2026

This is only an issue when setting --draft=false which doesn't happen in this flow. Abandoning to change elsewhere.

@mpbw2 mpbw2 closed this Apr 16, 2026
@mpbw2 mpbw2 deleted the release-notes-set-latest branch April 29, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t:ci Change Type - Updates to automated workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant