From ed9ebaa670d1a4f15c365409a08b6e3eca1172ea Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 30 May 2016 10:37:41 +1200 Subject: [PATCH] Updated docs instructions on core release See https://github.com/silverstripe/doc.silverstripe.org/pull/137 for context --- .../en/05_Contributing/04_Making_A_SilverStripe_Core_Release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/05_Contributing/04_Making_A_SilverStripe_Core_Release.md b/docs/en/05_Contributing/04_Making_A_SilverStripe_Core_Release.md index 3e138df7e..b47e0116a 100644 --- a/docs/en/05_Contributing/04_Making_A_SilverStripe_Core_Release.md +++ b/docs/en/05_Contributing/04_Making_A_SilverStripe_Core_Release.md @@ -299,6 +299,8 @@ minor version will require a new branch option to be made available on each site * New branches (minor releases) require a code update. Changes are made to [github](https://github.com/silverstripe/doc.silverstripe.org) and deployed via [SilverStripe Platform](https://platform.silverstripe.com/naut/project/SS-Developer-Docs/environment/Production/) + * The new version needs to be added to `app/_config/docs-repositories.yml` + * Update the version for the "contributing" rewrite rule in `.htaccess` (`RewriteRule ^(.*)/(.*)/contributing/?(.*)?$ ...`) * Updates to markdown only can be made via the [build tasks](https://docs.silverstripe.org/dev/tasks). See below for more details. * [userhelp.silverstripe.org](https://userhelp.silverstripe.org/en/3.2):