Skip to content

Commit

Permalink
Tarball on rocm tags and MAINTAINERS guide (ROCm#402)
Browse files Browse the repository at this point in the history
* Package release tarball on rocm tags and add a MAINTAINERS guide to outline release procedure

Signed-off-by: coleramos425 <[email protected]>

* Apply linting feedback

Signed-off-by: coleramos425 <[email protected]>

* Update links in MAINTAINERS for new branches

Signed-off-by: coleramos425 <[email protected]>

* Update MAINTAINERS.md for changelog formatting

Signed-off-by: coleramos425 <[email protected]>

* Update Omniperf ver checker to allow tags with rocm- prefix

Signed-off-by: coleramos425 <[email protected]>

* Add step to packaging workflow to upload release tarball to release

Signed-off-by: coleramos425 <[email protected]>

* Synax change for release name in packaging action

Signed-off-by: coleramos425 <[email protected]>

* Update MAINTAINERS for instuctions on ROCm releases

Signed-off-by: coleramos425 <[email protected]>

* 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 <[email protected]>

* Remove draft option on softprops plugin

Signed-off-by: coleramos425 <[email protected]>

---------

Signed-off-by: coleramos425 <[email protected]>
Signed-off-by: xuchen-amd <[email protected]>
  • Loading branch information
coleramos425 authored and xuchen-amd committed Oct 19, 2024
1 parent fb9d13b commit 2cc4427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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 }}
Expand Down

0 comments on commit 2cc4427

Please sign in to comment.