mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Link the release notes folder from the README
This commit is contained in:
parent
0a2c591177
commit
a4246c4fe6
2 changed files with 9 additions and 1 deletions
2
.github/README.md
vendored
2
.github/README.md
vendored
|
|
@ -4,7 +4,7 @@
|
|||
<a href="https://snyk.io/test/github/Ride-The-Lightning/RTL"><img src="https://snyk.io/test/github/Ride-The-Lightning/RTL/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/Ride-The-Lightning/RTL" style="max-width:100%;"></a>
|
||||
[](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
||||
|
||||
**Intro** -- [Application Features](./docs/Application_features.md) -- [Road Map](./docs/Roadmap.md) -- [Application Configurations](./docs/Application_configurations.md) -- [Core Lightning](./docs/Core_lightning_setup.md) -- [Eclair](./docs/Eclair_setup.md) -- [Contribution](./docs/Contributing.md)
|
||||
**Intro** -- [Application Features](./docs/Application_features.md) -- [Road Map](./docs/Roadmap.md) -- [Application Configurations](./docs/Application_configurations.md) -- [Core Lightning](./docs/Core_lightning_setup.md) -- [Eclair](./docs/Eclair_setup.md) -- [Contribution](./docs/Contributing.md) -- [Release Notes](../release-notes)
|
||||
|
||||
* [Introduction](#intro)
|
||||
* [Architecture](#arch)
|
||||
|
|
|
|||
|
|
@ -256,6 +256,14 @@ this release should add its entry under the appropriate section below.
|
|||
|
||||
## Developer Tooling
|
||||
|
||||
- **Link the release notes from the README for discoverability**
|
||||
([#TBD](https://github.com/Ride-The-Lightning/RTL/pull/TBD)).
|
||||
The `release-notes/` folder was not referenced anywhere — no README link, workflow, or
|
||||
script — so it was effectively undiscoverable. The README's intro navigation now links to
|
||||
it (`[Release Notes](../release-notes)`, alongside the existing docs links), so the
|
||||
per-release notes are reachable from the repo homepage. The folder stays at the repo root
|
||||
(release history is content, not `.github/` repo-meta).
|
||||
|
||||
- **Documented the Dependabot / dependency-update process in CONTRIBUTING.md**
|
||||
([#1636](https://github.com/Ride-The-Lightning/RTL/pull/1636)).
|
||||
Dependabot's security PRs target `master` and are never merged individually — they are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue