8000 Removes release notes from codebase by bthomee · Pull Request #5508 · XRPLF/rippled · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Removes release notes from codebase #5508

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

Merged
merged 2 commits into from
Jun 24, 2025
Merged

Removes release notes from codebase #5508

merged 2 commits into from
Jun 24, 2025

Conversation

bthomee
Copy link
Collaborator
@bthomee bthomee commented Jun 24, 2025

High Level Overview of Change

This change removes the release notes from the codebase. Those interested in seeing the release notes of a new version can navigate to https://github.com/XRPLF/rippled/releases.

Context of Change

The release process is currently manual, requiring preparing the branch with the code to release, and merging it into the master, release, and develop branches. As part of the new release process we will start following, we will make more frequent releases and should no longer do so manually. To transition to an automated release flow, both the release notes and the BuildInfo.cpp version number should no longer be part of the codebase, as those currently require additional commits that then need to be synced across the branches. This PR is the one that removes the release notes; a separate PR will remove the version number and replace it by an alternative approach that can be automated.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

@bthomee bthomee added the Trivial Simple change with minimal effect, or already tested. Only needs one approval. label Jun 24, 2025
@bthomee bthomee added this to the 2.6.0 (Q3 2025) milestone Jun 24, 2025
@bthomee bthomee requested review from legleux and Bronek June 24, 2025 13:10
Copy link
codecov bot commented Jun 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.1%. Comparing base (c55ea56) to head (4a7230a).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5508     +/-   ##
=========================================
- Coverage     79.1%   79.1%   -0.0%     
=========================================
  Files          817     817             
  Lines        71705   71704      -1     
  Branches      8233    8240      +7     
=========================================
- Hits         56729   56717     -12     
- Misses       14976   14987     +11     

see 6 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bthomee bthomee merged commit 42fd74b into develop Jun 24, 2025
28 checks passed
@bthomee bthomee deleted the bthomee/relnotes branch June 24, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trivial Simple change with minimal effect, or already tested. Only needs one approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0