mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
docs: address review feedback on release process documentation
- Move maintainer link to end of index.md in an info block - Fix link path to use relative ../releases/ prefix - Clarify tag stages apply to release branches - Improve Dronecode Test Team formatting with proper link Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
A list of PX4 release notes, they contain a list of the changes that went into each release, explaining the included features, bug fixes, deprecations and updates in detail.
|
||||
|
||||
For maintainers, see [Release Process](release_process.md) for the tagging and publishing workflow.
|
||||
|
||||
- [main](../releases/main.md) (changes planned for v1.18 or later)
|
||||
- [v1.17](../releases/1.17.md) (changes planned for v1.17, since v1.16)
|
||||
- [v1.16](../releases/1.16.md)
|
||||
@@ -13,3 +11,7 @@ For maintainers, see [Release Process](release_process.md) for the tagging and p
|
||||
- [v1.12](../releases/1.12.md)
|
||||
|
||||
The full archive of releases for the PX4 autopilot project can be found on [GitHub](https://github.com/PX4/PX4-Autopilot/releases)
|
||||
|
||||
::: info
|
||||
For maintainers, see [Release Process](../releases/release_process.md) for the tagging and publishing workflow.
|
||||
:::
|
||||
|
||||
@@ -14,7 +14,7 @@ Releases are tracked on the [PX4 Release Project Board](https://github.com/orgs/
|
||||
|
||||
### Release Tag Progression
|
||||
|
||||
Each release goes through the following tag stages:
|
||||
Release branches go through the following tag stages:
|
||||
|
||||
| Stage | Example | Branch Status | What Gets Merged |
|
||||
|-------|---------|---------------|------------------|
|
||||
@@ -92,7 +92,7 @@ During the alpha phase, review pull requests targeting the release branch:
|
||||
|
||||
### 2. Alpha Testing
|
||||
|
||||
The [Dronecode Test Team](https://www.ascendengineer.com), provided by Dronecode Silver member Ascend Engineering, conducts initial flight testing of alpha builds using:
|
||||
The _Dronecode Test Team_ (provided by [Ascend Engineering](https://www.ascendengineer.com) — Dronecode Silver member) conducts initial flight testing of alpha builds using:
|
||||
|
||||
- The [test cards](../test_and_ci/test_flights.md) documented in the PX4 guide
|
||||
- A hardware matrix covering supported flight controllers and airframes
|
||||
|
||||
Reference in New Issue
Block a user