From d19cc1e99179db624d96342279fabdf1d99ac2e2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 29 Jul 2020 16:11:18 +1200 Subject: [PATCH] DOCS Tracking releases --- docs/en/05_Contributing/00_Issues_and_Bugs.md | 2 +- docs/en/05_Contributing/04_Release_Process.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/en/05_Contributing/00_Issues_and_Bugs.md b/docs/en/05_Contributing/00_Issues_and_Bugs.md index e67c14883..37274204e 100644 --- a/docs/en/05_Contributing/00_Issues_and_Bugs.md +++ b/docs/en/05_Contributing/00_Issues_and_Bugs.md @@ -63,7 +63,7 @@ read our guide on [how to write secure code](/developer_guides/security/secure_c * [forum.silverstripe.org](http://forum.silverstripe.org): Forums on silverstripe.org * [All issues across modules](https://www.silverstripe.org/community/contributing-to-silverstripe/github-all-core-issues) -## Identifying issues and pull request relevant to your own project +## Identifying issues and pull request relevant to your own project {#identifying-issues} Our [issue browser](https://silverstripe-github-issues.now.sh/) can be helpful to identify known issues and pending pull requests in [supported modules](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/). diff --git a/docs/en/05_Contributing/04_Release_Process.md b/docs/en/05_Contributing/04_Release_Process.md index 4b4f489d1..b1530f542 100644 --- a/docs/en/05_Contributing/04_Release_Process.md +++ b/docs/en/05_Contributing/04_Release_Process.md @@ -29,9 +29,19 @@ They are prioritised by the core team as tickets on github.com. In addition, we collect community feedback as [feature ideas](https://forum.silverstripe.org/c/feature-ideas) on the forum. Any feature ideas we're planning to implement will be flagged there. +## Keeping Track + Release dates are usually not published prior to the release, but you can get a good idea of the release status by reviewing the release milestone on github.com. Releases will be announced on the ["releases" forum category](https://forum.silverstripe.org/c/releases). +Significant releases will also be published via the [silverstripe.org blog](https://silverstripe.org/blog). + +You can also keep track of new releases through the CMS UI +by installing the [maintenance module](https://github.com/bringyourownideas/silverstripe-maintenance), +or using the [composer outdated](https://getcomposer.org/doc/03-cli.md#outdated) command in your project. + +Additionally, you can [keep track of issues](issues_and_bugs#identifying-issues) (both open and closed) +across all modules involved in a recipe release. ## Release numbering {#release-numbering}