This is an automated email from the ASF dual-hosted git repository. siyao pushed a commit to branch HDDS-10989 in repository https://gitbox.apache.org/repos/asf/ozone-site.git
commit b14168959a6138394108397fea323e552072970e Author: Siyao Meng <[email protected]> AuthorDate: Fri Jun 7 14:19:52 2024 -0700 HDDS-10989. Update release guide to bump release year Include a paragraph in the release guide to bump release year. --- docs/08-developer-guide/04-project/02-release-guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/08-developer-guide/04-project/02-release-guide.md b/docs/08-developer-guide/04-project/02-release-guide.md index 74dda09f..1b631ab6 100644 --- a/docs/08-developer-guide/04-project/02-release-guide.md +++ b/docs/08-developer-guide/04-project/02-release-guide.md @@ -181,6 +181,11 @@ find . -name pom.xml -type f -print0 | xargs -0 sed -i '' "s/$VERSION-SNAPSHOT/$ </TabItem> </Tabs> +```xml title="Update release year tag in root POM. e.g." + <!-- Set the Release year during release --> + <release-year>2024</release-year> +``` + ```bash title="Commit the Version Changes " git commit -am "Update Ozone version to $VERSION" ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
