This is an automated email from the ASF dual-hosted git repository.

freeandnil 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 8bf4313c update-version-info is now powershell
8bf4313c is described below

commit 8bf4313cdc7dc2bcc14583c8b206c5a25b7edf4a
Author: Jan Friedrich <[email protected]>
AuthorDate: Tue Sep 24 21:32:35 2024 +0200

    update-version-info is now powershell
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index dbfb1bc0..4833e50b 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
     "test-dotnet": "zarro @",
     "prepare-build-artifacts": "zarro @",
     "dump-env": "node -e \"console.log(process.env);\"",
-    "release": "run-s update-version-info build-release 
prepare-build-artifacts build-site",
+    "release": "run-s build-release prepare-build-artifacts build-site",
     "release-beta": "cross-env DOTNET_CORE=1 
VERSION_INCREMENT_STRATEGY=prerelease BUILD_CONFIGURATION=Release zarro 
release-nuget",
     "zarro": "zarro",
     "update-version-info": "zarro @",

Reply via email to