From a469dce190a5ab2a4c30db360e8d91ab696c2b16 Mon Sep 17 00:00:00 2001 From: "antonio@storj.io" Date: Thu, 25 Jan 2024 06:21:44 -0500 Subject: [PATCH 1/2] MAINTAINERS.md: add release notes template Change-Id: I870464af8cc927f2084518d96cd3e40803495726 --- MAINTAINERS.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index a4d58766..6a85dc38 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -46,9 +46,19 @@ Examples of Release Candidates: - Cick the `Edit` button on the release. - Upload all binaries as release artifacts. - Upload sha256sums as well. - - Add the following line for the description: -``` -Docker image: `70cd153-v1.67.0-go1.21.3` -``` - If this is an official release, deselect the `This is a pre-release` checkbox. - Click the `Update release` button. + +## Github Release Template +Be sure to update these items from the template: +- v1.69.0 should be the current release tag. +- v1.70.2 should be the tag anticipated for release +- current build tag text should be the current build tag, i.e. `d6fc137-v1.70.2-go1.21.3` + +``` +## Changes +**Full Changelog**: https://github.com/storj/edge/compare/v1.69.0...v1.70.2 + +## Docker Image +`current build tag` +``` From 599bdae0461365e557ad37ffd74bc5c39ce7bbc1 Mon Sep 17 00:00:00 2001 From: "antonio@storj.io" Date: Fri, 2 Feb 2024 13:46:40 -0500 Subject: [PATCH 2/2] MAINTAINERS.md: add release notes template Change-Id: Ic5742b3fd3625d659fccb8a3ca018dce296ac2fd --- MAINTAINERS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 6a85dc38..b04ee16c 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -51,14 +51,14 @@ Examples of Release Candidates: ## Github Release Template Be sure to update these items from the template: -- v1.69.0 should be the current release tag. -- v1.70.2 should be the tag anticipated for release -- current build tag text should be the current build tag, i.e. `d6fc137-v1.70.2-go1.21.3` +- vA.B.C should be the release revision from the current latest release. +- vX.Y.Z should be the version anticipated for release +- build tag text should be the build tag for the anticipated release i.e. `d6fc137-v1.70.2-go1.21.3` ``` ## Changes -**Full Changelog**: https://github.com/storj/edge/compare/v1.69.0...v1.70.2 +**Full Changelog**: https://github.com/storj/edge/compare/vA.B.C...vX.Y.Z ## Docker Image -`current build tag` +`build tag` ```