mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
Updated Release Procedure (markdown)
parent
d837925234
commit
44bc6713c1
@ -6,6 +6,6 @@ Overview of performing a WA/Devlib Release.
|
||||
- Push commit replacing `devX` version with and empty string to signify this is a release version.
|
||||
- Tag the commit with both the version number in the form `vX.X.X` and `stable`.
|
||||
- Pull latest master branch and ensure a clean working directory.
|
||||
- Package the repository with `python setup.py sdist -s` (Note the `-s` to prevent commit hash being added to the package version).
|
||||
- Package the repository with `python3 setup.py sdist -s` (Note the `-s` to prevent commit hash being added to the package version).
|
||||
- Upload the package to PyPi using twine (`twine upload dist/<release>.tar.gz`).
|
||||
- Push new commit bumping to the version to the next version with the `dev1` tag.
|
||||
|
Loading…
x
Reference in New Issue
Block a user