This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a change to branch asf-release-scripts
in repository https://gitbox.apache.org/repos/asf/burr.git
from 41bbd868 Adds scripts for releasing burr
add f093dc3a WIP
add f8762dc1 WIP
No new revisions were added by this update.
Summary of changes:
MANIFEST.in | 7 +++
burr/cli/__main__.py | 25 ++++++++++-
pyproject.toml | 2 +-
scripts/README.md | 63 ++++++++++++++++++++++++++
scripts/build_artifacts.py | 31 ++++++-------
scripts/release_helper.py | 49 ++++++++++++++-------
scripts/simulate_release.sh | 105 ++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 249 insertions(+), 33 deletions(-)
create mode 100644 MANIFEST.in
create mode 100644 scripts/README.md
create mode 100755 scripts/simulate_release.sh