/
niceSOFT
/
python3-build
Обзор
Документация
Войти
/
niceSOFT
/
python3-build
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.2.2
docs/release.rst
20 строк
823 B
Henry Schreiner
ci: publish artifact attestation and PyPI packages (#782)
06 июн 2024, 23:41
Не верифицирован
06 июн 2024, 23:41
0a49eb3
Код
Авторство
О чём код?
*************** Release Process *************** You may release the project by following these steps: #. Bump the version ``src/build/__init__.py`` #. Update ``CHANGELOG.rst`` with the new version and current date #. Make a release commit with the changes made above - The commit message should follow the ``release X.Y.Z`` format #. Make a signed tag (``git tag --sign X.Y.Z``) - The tag title should follow the ``build X.Y.Z`` format - The tag body should be a plaintext version of the changelog for the current release #. Push the commit and tag to the repository (``git push`` and ``git push --tags``) #. Make a release on GitHub or with the ``gh`` CLI tool. Copy the release notes into the release. If you have any questions, please look at previous releases and/or ping the other maintainers.