To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

HowToRelease: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Psychon
Added a new point to the list
>Psychon
kylef complained
Line 28: Line 28:
## Move [[ChangeLog/git]] and create that page again.
## Move [[ChangeLog/git]] and create that page again.
## Update [[:Template:ZNC-Version]].
## Update [[:Template:ZNC-Version]].
# Ping Kuja to update [http://znc.in/releases]
# Upload the release files to people.znc.in/.
## The files themselves go directly into old/
## The main dir only gets symlinks
# Ping Kuja to update [http://znc.in/releases znc.in/releases]

Revision as of 21:21, 22 January 2012

There is a script in my make-tarball git branch for generating tarballs.

Remember, remember:

git checkout make-tarball -- make-tarball.sh && git rm --cached make-tarball.sh

Preparation

  1. Check todo lists and bug trackers.
  2. Check whether our-of-source builds still work.
  3. Release an "-alpha1" and notice that nobody tests it.
  4. Do a "-beta1" which still no one tests.
  5. For "-rc1", we finally do some version number changes
    1. Update version number in *main.h* and configure.ac* (use VERSION-rc1 here)
    2. Add an undef for VERSION_EXTRA and define VERSION_EXTRA to "-rc1" in main.h
    3. git add all modified files, so that make-tarball.sh picks them up.
    4. Release tarball. (./make-tarball.sh VERSION-rc1).

Release, release, release

  1. Revert the changes from above
  2. Prepare changelog.txt based on ChangeLog/git, let everyone check it
  3. git pull!!!!
  4. Update version number in *main.h* and *configure.ac*
  5. Commit ("Increase the version number to foo")
  6. Create tarball (make-tarball.sh)
  7. Tag the new version in git (Use the changelog as commit msg, first line is "ZNC 0.foo")
    1. git tag -s znc-0.foo HEAD
  8. Bump version number to foo+1. (Commit msg: "Increase the version number to foo+1")
  9. Update the wiki
    1. Move ChangeLog/git and create that page again.
    2. Update Template:ZNC-Version.
  10. Upload the release files to people.znc.in/.
    1. The files themselves go directly into old/
    2. The main dir only gets symlinks
  11. Ping Kuja to update znc.in/releases