You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/releasing.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,14 @@ Prerequisites
12
12
* The web-site for the new version has been published to https://logging.staged.apache.org/log4cxx (using [this procedure](staging.md) )
13
13
* An e-mail has been sent to [email protected] announcing the intention to release
14
14
* Your e-mail client can send mail from your `@apache.org` address. (Refer: https://eventmesh.apache.org/community/how-to-use-email/)
15
-
* Your public key is available in [Apache Logging KEYS file](https://dist.apache.org/repos/dist/release/logging/KEYS)
16
15
17
16
Steps
18
17
-----
19
18
20
19
1. Tag HEAD as the release candidate
21
20
-`git checkout master`
21
+
-`git pull`
22
+
-`git tag v1.3.1-RC1`
22
23
-`git push origin tag v1.3.1-RC1`
23
24
1. Remove the old artifacts from svn
24
25
-`svn co https://dist.apache.org/repos/dist/dev/logging -N apache-dist-logging-dev`
@@ -38,12 +39,9 @@ Steps
38
39
- Click the `>` to the left of `Run action/upload-artifact`
39
40
- The numbered steps will display
40
41
- Click the link next to `Artifact download URL:`
41
-
- The browser will download the file `Upload release files.zip` onto your system
42
+
- The browser will download the file `release_files.zip` onto your system
42
43
1. Unpack the release files using these commands (with `apache-dist-logging-dev/log4cxx/1.3.1` as the working directory)
1. Sign release artifacts (Refer: https://infra.apache.org/release-signing.html) (with `apache-dist-logging-dev/log4cxx/1.3.1` as the working directory)
0 commit comments