You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/03/29 05:45:05 UTC

[struts-site] 01/03: Adds a year indicator to the url of announcement to update

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit edd1b81ce9c35370ded66d0f27ca6ff4f1f8741b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Mar 29 07:44:32 2022 +0200

    Adds a year indicator to the url of announcement to update
---
 source/contributors/building-normal-release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/contributors/building-normal-release.md b/source/contributors/building-normal-release.md
index cb2c58c..9bb3dc4 100644
--- a/source/contributors/building-normal-release.md
+++ b/source/contributors/building-normal-release.md
@@ -204,9 +204,9 @@ Please follow [the guideline](../updating-website) how to update the website, be
 - If a new DTD was defined, add it to `source/dtds`
 - Update current version and release date in `struts-site/_config.yml`
 - Update page source files
-  - `struts-site/source/announce.md` (if applicable, refer also to corresponding security bulletin)
+  - `struts-site/source/announce-<year>.md` (if applicable, refer also to corresponding security bulletin)
   - `struts-site/source/downloads.html` (Prior Releases section)
-  - `struts-site/source/index.html` (some parts will updated automatically with values defined in `_config.yml`)
+  - `struts-site/source/index.html` (some parts will be updated automatically with values defined in `_config.yml`)
 - You can generate the website locally with Docker Jekyll image
   - you must have Docker installed and running
   - if you are doing this the first time, download the official Struts image to build the site from