@@ -12,8 +12,8 @@ release version 2.0.123:
1212
13131 . Update the documentation under ` src/site `
1414 - minimally, this means at least:
15- - ` src/site/xdoc/release/release-notes.xml `
16- - copy an existing release section & think about:
15+ - ` src/changelog `
16+ - copy an existing release folder & think about:
1717 - what does this release change?
1818 - bug fixes?
1919 - enhancements
@@ -28,7 +28,7 @@ release version 2.0.123:
28284 . Clone out the log4net doc repo (https://github.com/apache/logging-log4net-site )
2929 - check out the ` asf-staging ` branch
3030 - create a folder which includes the version, eg ` log4net-2.0.123 `
31- 5 . Copy the contents of ` target/site ` from this repo into the folder created in (5 )
31+ 5 . Copy the contents of ` target/site ` from this repo into the folder created in (4 )
3232 - remember to either update or link in sdk docs from a prior release
33336 . Update the symlinks in the base of the docs repo, ie:
3434 - 2.0.x -> 2.0.123
@@ -60,8 +60,9 @@ release version 2.0.123:
6060 - ` svn co https://dist.apache.org/repos/dist/release/logging -N apache-dist-logging-release `
6161 - ` cd apache-dist-logging-release `
6262 - ` svn up log4net `
63- - copy in source & binary artifacts to respective locations
6463 - ` svn delete ` old items
64+ - copy all artifacts to the new folder
65+ - ` svn add * `
6566 - ` svn commit `
666716 . push the .nupkg to nuget.org
6768 - via ` dotnet ` : ` dotnet nuget push <path to package> -s nuget.org -k <your nuget api key> `
@@ -72,4 +73,4 @@ release version 2.0.123:
7273 - ` git merge asf-staging `
737418 . rename the release at github, eg to ` rel/2.0.123 `
7475 - double-check that the ` rel ` tag is created
75- 19 . apply the next version by calling ` ./scripts/update-version.ps1 2.0.123 2.0.124 `
76+ 19 . apply the next version by calling ` ./scripts/update-version.ps1 2.0.123 2.0.124 `
0 commit comments