From de51ac274a0fdd1ebe09e980482f8346d37d00c9 Mon Sep 17 00:00:00 2001 From: Cole Ramos Date: Tue, 24 Sep 2024 14:17:43 -0700 Subject: [PATCH] Tarball on rocm tags and MAINTAINERS guide (#402) * Package release tarball on rocm tags and add a MAINTAINERS guide to outline release procedure Signed-off-by: coleramos425 * Apply linting feedback Signed-off-by: coleramos425 * Update links in MAINTAINERS for new branches Signed-off-by: coleramos425 * Update MAINTAINERS.md for changelog formatting Signed-off-by: coleramos425 * Update Omniperf ver checker to allow tags with rocm- prefix Signed-off-by: coleramos425 * Add step to packaging workflow to upload release tarball to release Signed-off-by: coleramos425 * Synax change for release name in packaging action Signed-off-by: coleramos425 * Update MAINTAINERS for instuctions on ROCm releases Signed-off-by: coleramos425 * Update softprops pluvin to v2 and remove release name Removing the release name enables us to modify an existing release with the matching tag Signed-off-by: coleramos425 * Remove draft option on softprops plugin Signed-off-by: coleramos425 --------- Signed-off-by: coleramos425 Signed-off-by: xuchen-amd --- .github/workflows/packaging.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index db8001d37..1feeccad7 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -5,7 +5,6 @@ on: tags: - "v[1-9].[0-9]+.[0-9]+*" - "rocm-[0-9]+.[0-9]+.[0-9]+*" - - "rocm-[0-9]+.[0-9]+.[0-9]+*" concurrency: group: ${{ github.workflow }}-${{ github.ref }}