This is an automated email from the ASF dual-hosted git repository.
davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/master by this push:
new b6e0374d :alembic: try pre-release git-broadcast for ignore support
b6e0374d is described below
commit b6e0374d14c588c3a3e640ff31baeb4df8d4854a
Author: Davyd McColl <[email protected]>
AuthorDate: Mon Mar 11 15:10:30 2024 +0200
:alembic: try pre-release git-broadcast for ignore support
---
.github/workflows/git-broadcast.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/git-broadcast.yml
b/.github/workflows/git-broadcast.yml
index 5efe4b3a..cf314b4f 100644
--- a/.github/workflows/git-broadcast.yml
+++ b/.github/workflows/git-broadcast.yml
@@ -23,4 +23,4 @@ jobs:
run: |
git config --global user.name "Git Broadcast"
git config --global user.email "[email protected]"
- npx git-broadcast@latest --from master --push --pretty
--suppress-log-prefixes --prefix-logs-with $GITHUB_REPOSITORY
+ npx git-broadcast@beta --ignore abandoned-develop --from master --push
--pretty --suppress-log-prefixes --prefix-logs-with $GITHUB_REPOSITORY