Files
ROCm/tools/autotag
Sam Wu fab4379715 Add 5.5.1 release notes (#2342)
* add 5.5.1 release notes

* fix markdown linting violations

* fix release notes

---------

Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
2023-07-27 12:43:11 -06:00
..
2023-07-27 12:43:11 -06:00
2023-05-01 21:53:54 -06:00

Autotag

How to use

The tag script can simply be invoked by passing it as a python script:

python3 tag_script.py --help

To generate the changelog from 5.0.0 up to and including 5.4.3:

python3 tag_script.py -t <GITHUB_TOKEN> --no-release --no-pulls --do-previous --compile_file ../../CHANGELOG.md --branch release/rocm-rel-5.4 5.4.3

Note

Compiling the changelog without the --do-previous-flag will always think that all libraries are new since no previous version of said library has been parsed.

Trying to run without a token is possible but GitHub enforces stricter rate limits and is therefore not advised.