From 9f1c3b5f7f6fbe1ca761f6370ee730e0ae7008ad Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Mon, 25 Jan 2021 10:16:20 -0800 Subject: [PATCH] update docZ --- site/content/en/docs/contrib/releasing/binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/contrib/releasing/binaries.md b/site/content/en/docs/contrib/releasing/binaries.md index c1c22057c3..83ab003011 100644 --- a/site/content/en/docs/contrib/releasing/binaries.md +++ b/site/content/en/docs/contrib/releasing/binaries.md @@ -57,7 +57,7 @@ Update the version numbers in `Makefile`: - if the ISO was updated, a patch release may use `v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)` * `DEB_REVISION`, `RPM_REVISION` - for all major/minor releases, set to 0 - - if updating .deb files without a major/minor release, increment by 1 + - if updating .deb/.rpm files without a major/minor release, increment by 1 {{% alert title="Warning" color="warning" %}} Merge this PR only if all non-experimental integration tests pass!