View Single Post
03-26-16, 06:12 PM   #4
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
There may be a delay in the packager. It happens now and then. You can check the progress on your project's repo page, click the Repository Management link at the right. Then view packager status.
  1. Yes.
  2. Yes.
  3. Yes.
  4. Yes. But a better name might be in order. For example, my first beta of LibUtilities-1.0 I used the tag 6.2-beta1 but you don't have to copy that. Something beta, or beta something, to indicate to the user which version is which. Tagging beta, then in x time you tag beta again will work, but it provides no info to the user which is the newer version. Even beta1 or first beta are better.
Just remember two things:
  • Keep it simple, silly (KISS)
  • End users are dumb
Also, pro tip: use repository keywords. In your SVN folder's ToC, you could use @project-version@ and it will automatically fill that in (r7, 6.2-beta1, First Release, etc.)
  Reply With Quote