Skip to content

Commit bf71ea6

Browse files
authored
docs: link release tracking issue to release management page (apache#22822)
## Which issue does this PR close? - Part of apache#22765 - Related to apache#19783. ## Rationale for this change While reviewing apache#22766 from @comphead I noticed that the release management guide did not point contributors to the ongoing release tracking issue, where planned releases are listed. ## What changes are included in this PR? This PR adds a link to the DataFusion Releases tracking issue from the release management guide and clarifies that each release is coordinated in a dedicated GitHub issue. ## Are these changes tested? Not run. This is a documentation-only change. ## Are there any user-facing changes? No API or behavior changes. This updates contributor documentation only.
1 parent 7dd1c6a commit bf71ea6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/source/contributor-guide/release_management.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ Changes reach a release branch in one of two ways:
4444
- (Most common) Fix the issue on `main` and then backport the merged change to the release branch
4545
- Fix the issue on the release branch and then forward-port the change to `main`
4646

47-
Releases are coordinated in a GitHub issue, such as the
48-
[release issue for 50.3.0]. If you think a fix should be included in a patch
49-
release, discuss it on the relevant tracking issue first. You can also open the
50-
backport PR first and then link it from the tracking issue.
47+
Releases are coordinated using GitHub issues. Each planned release is listed in
48+
the [DataFusion Releases tracking issue], and each release is coordinated in a
49+
dedicated issue, such as the [release issue for 50.3.0]. If you think a fix
50+
should be included in a patch release, discuss it on the relevant tracking issue
51+
or open a backport PR and link it there.
5152

5253
To prepare for a new release series, maintainers:
5354

@@ -117,6 +118,7 @@ This PR:
117118
[`main` branch]: https://github.com/apache/datafusion/tree/main
118119
[`branch-50`]: https://github.com/apache/datafusion/tree/branch-50
119120
[the release process readme in `dev/release`]: https://github.com/apache/datafusion/blob/main/dev/release/README.md
121+
[datafusion releases tracking issue]: https://github.com/apache/datafusion/issues/19783
120122
[release issue for 50.3.0]: https://github.com/apache/datafusion/issues/18072
121123
[example backport pr]: https://github.com/apache/datafusion/pull/18131
122124
[additional backport pr example]: https://github.com/apache/datafusion/pull/20792

0 commit comments

Comments
 (0)