Hi,
I have no problem creating software. I have dozens of projects that I would be more than happy to release to the public. The problem is that after I put the finishing touches on something (eg final release build), I end up blocked because it’s not as simple as just putting an EXE on the Internet for people to download. I have difficulty taking the next step of writing up a manual (I’m lucky if I can bang out a README.TXT, let alone a full on CHM/PDF or something), a web page for the app, and basically preparing it for public release.
I’m looking for something to help with the release process. Is/are there any guides/checklists, or preferably software or something that can help make this process easier, ie automate it so that I don’t have to go through every detail manually for each project I release?
Thanks a lot.
(I saw the Release documentation question, but the answers were as helpful for my situation as I was hoping.)
p.s. I remember my disappointment when I first learned that JavaDoc/Doxygen/etc. were helpful in creating the source documentation rather than the user manuals. :(