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


    omit cc0c5e5c Adds scripts for releasing burr
     add 908daef2 Adds scripts for releasing burr - uses flit as the build 
system - one script for helping with the release - the other for helping with 
the build of artifacts - tested out fairly extensively

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cc0c5e5c)
            \
             N -- N -- N   refs/heads/asf-release-scripts (908daef2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 burr/examples                |   1 +
 pyproject.toml               |  92 +++++++++++++++-------
 scripts/README.md            | 179 ++++++++++++++++++++++++++++++++++++++-----
 scripts/build_artifacts.py   |  11 +++
 scripts/simulate_release.sh  | 105 -------------------------
 tests/test_release_config.py | 127 ++++++++++++++++++++++++++++++
 6 files changed, 364 insertions(+), 151 deletions(-)
 create mode 120000 burr/examples
 delete mode 100755 scripts/simulate_release.sh
 create mode 100644 tests/test_release_config.py

Reply via email to