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

feat: add release.yml for auto-generating release notes #2606

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

quiet-node
Copy link
Member

Description:
Added release.yml file to the .github/ folder for auto-generating release notes

Related issue(s):

Fixes #2602

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
@quiet-node quiet-node added the enhancement New feature or request label Jun 17, 2024
@quiet-node quiet-node added this to the 0.50.0 milestone Jun 17, 2024
@quiet-node quiet-node self-assigned this Jun 17, 2024
@quiet-node quiet-node requested review from a team as code owners June 17, 2024 16:05
Copy link
Contributor

@acuarica acuarica left a comment

Choose a reason for hiding this comment

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

lg, left some comments to clean up label usages

.github/release.yaml Outdated Show resolved Hide resolved
.github/release.yaml Outdated Show resolved Hide resolved
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Copy link
Contributor

@acuarica acuarica left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link

sonarcloud bot commented Jun 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

Tests

    2 files  152 suites   19s ⏱️
847 tests 846 ✔️ 1 💤 0
859 runs  858 ✔️ 1 💤 0

Results for commit bc76754.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.20%. Comparing base (a0de302) to head (03d9145).
Report is 14 commits behind head on main.

Current head 03d9145 differs from pull request most recent head bc76754

Please upload reports for the commit bc76754 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2606      +/-   ##
==========================================
+ Coverage   77.03%   77.20%   +0.16%     
==========================================
  Files          40       40              
  Lines        3231     3237       +6     
  Branches      669      670       +1     
==========================================
+ Hits         2489     2499      +10     
+ Misses        527      524       -3     
+ Partials      215      214       -1     

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

Copy link

Acceptance Tests

  16 files  209 suites   28m 43s ⏱️
601 tests 598 ✔️ 3 💤 0
638 runs  635 ✔️ 3 💤 0

Results for commit bc76754.

@quiet-node quiet-node merged commit 8a9f353 into main Jun 17, 2024
35 of 36 checks passed
@quiet-node quiet-node deleted the 2602-automate-release-notes-generation branch June 17, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate release note generation
5 participants