Skip to content

Commit

Permalink
📝 add more notes to release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffynuts committed Jul 25, 2022
1 parent 3f2b32c commit 95e0e30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ release version 2.0.123:
- currently, this _must_ happen on a windows machine because of older
.net framework requirements which cannot be met on a Linux machine
(or at least, I haven't figured out how - in particular CF)
- TODO: the following are still manual and need to be built into the `release` script:
- log4net.build: update package.version property
- log4net.shfbproj: update HtmlHelpName
- pom.xml: update version
4. Sign release artifacts (zips & nupkg) under `build/artifacts`
- eg `gpg --argmor --output log4net-2.0.123.nupkg.asc --detach-sig log4net-2.0.123.nupkg`
- there is an accompanying `sign-log4net-libraries.sh` which you could invoke if you cd
Expand All @@ -40,6 +44,7 @@ release version 2.0.123:
- check out the `asf-staging` branch
- create a folder which includes the version, eg `log4net-2.0.123`
6. Copy the contents of `target/site` from this repo into the folder created in (5)
- remember to either update or link in sdk docs from a prior release
7. Update the symlinks in the base of the docs repo, ie:
- 2.0.x -> 2.0.123
- 2.x -> 2.0.123
Expand Down

0 comments on commit 95e0e30

Please sign in to comment.