mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Show the version being released
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
848fd0fecf
commit
c535c4e22b
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ def github(
|
|||
| :exclamation: ATENTION |
|
||||
|:-------------------------------------------------------------------------------------------------------------------------|
|
||||
| The archives generated by GitHub(`Source code(zip)`, `Source code(tar.gz)`) will not report Salt's version properly. |
|
||||
| Please use the tarball generated by The Salt Project Team(`salt-<version>.tar.gz`).
|
||||
| Please use the tarball generated by The Salt Project Team(`salt-{salt_version}.tar.gz`).
|
||||
"""
|
||||
release_message_path = artifacts_path / "gh-release-body.md"
|
||||
release_message_path.write_text(textwrap.dedent(release_message).strip())
|
||||
|
|
Loading…
Add table
Reference in a new issue