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 d6e81b35 :memo: update RELEASING.md with explicit nuget publish
instructions
d6e81b35 is described below
commit d6e81b35c781a8125a1253f91c214801cdb9fcaa
Author: Davyd McColl <[email protected]>
AuthorDate: Wed Jan 31 14:39:53 2024 +0200
:memo: update RELEASING.md with explicit nuget publish instructions
---
doc/RELEASING.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index 1caf52e3..919d81e9 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -77,6 +77,8 @@ release version 2.0.123:
- `svn delete` old items
- `svn commit`
16. push the .nupkg to nuget.org
+ - via `dotnet`: `dotnet nuget push <path to package> -s nuget.org -k <your
nuget api key>`
+ - via `nuget`: `nuget push <path to package> -Source nuget.org -ApiKey
<your nuget api key>`
17. don't forget to make the docs live: in the logging-log4net-site folder:
- `git checkout asf-site`
- `git pull --rebase`