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 b154a78 :memo: update release docs for post-vote process
b154a78 is described below
commit b154a78d9f977dbc7234e8619cebcef75ba3c443
Author: Davyd McColl <[email protected]>
AuthorDate: Fri Dec 31 15:39:54 2021 +0200
:memo: update release docs for post-vote process
---
doc/RELEASING.md | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index 584bf5c..4858d52 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -55,11 +55,22 @@ release version 2.0.123:
11. create an rc-releasd at GitHub with a tag like `rc/2.0.123-rc1`
- attach all the files from the build/artifacts folder, _including
signatures_
12. get the artifacts in build/artifacts up to
https://downloads.apache.org/logging/log4net/
- - currently, I have to as another ASF member for help with this
- - I also see release notes there - which are out of date (don't know how
to update)
+ - `svn co https://dist.apache.org/repos/dist/dev/logging -N
apache-dist-logging-dev`
+ - `cd apache-dist-logging-dev`
+ - `svn up log4net`
+ - copy in source & binary artifacts to respective locations
+ - `svn delete` old items
+ - `svn commit`
13. raise a vote on the log4net mailing list ([email protected])
14. wait
15. when the vote has 3 or more +1's, it's time to go live!
+16. copy the apache artifacts (binary and source) to the release svn repo and
commit
+ - `svn co https://dist.apache.org/repos/dist/release/logging -N
apache-dist-logging-release`
+ - `cd apache-dist-logging-release`
+ - `svn up log4net`
+ - copy in source & binary artifacts to respective locations
+ - `svn delete` old items
+ - `svn commit`
16. push the .nupkg to nuget.org
17. don't forget to make the docs live: in the logging-log4net-site folder:
- `git checkout asf-site`