mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-11-04 11:04:53 +00:00
b3716c3195
inappropriately).
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
General process to prepare, build, and release AppleCommander
|
|
=============================================================
|
|
|
|
This documents the over-all process used when making a new release of
|
|
AppleCommander. It requires admin authority on the AppleCommander project
|
|
on SourceForge. Plan about 60 minutes for the release process.
|
|
|
|
1. Update version number in AppleCommander.java.
|
|
|
|
2. Move notes from TODO to VERSIONS.
|
|
|
|
3. Update web pages. This includes, but is not limited to:
|
|
* index.html (new features)
|
|
* news-posting.html (news message that will be sent)
|
|
|
|
4. Tag AppleCommander project with the version number. The
|
|
standard is: v[major].[minor].[service]
|
|
|
|
5. Build JAR file using executableJar target in build.xml.
|
|
|
|
6. Build source build using sourceZip target in build.xml.
|
|
|
|
7. Make AppleCommander Javadoc build.
|
|
|
|
8. Build native AppleCommander executable for Windows.
|
|
|
|
9. Build native AppleCommander executable for Linux.
|
|
|
|
10. Upload web pages (including javadoc) to AppleCommander site.
|
|
|
|
11. Upload files to SourceForge upload site.
|
|
|
|
12. Make release through SourceForge release system.
|
|
|
|
13. Post announcement to AppleCommander project site on SourceForge.
|
|
|
|
14. Post message to news groups:
|
|
* comp.emulators.apple2
|
|
* comp.sys.apple2
|