RELEASING 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
  2. *** Pre-release
  3. git pull
  4. . tools/devmode, if feeling adventurous
  5. check compilation, check tinderbox screens
  6. *** Prepare and commit files
  7. Update BUGS, NEWS file
  8. Update AUTHORS if new members
  9. Update configure.in, package.def and NP-VERSION-GEN with version
  10. Run git2cl (get from http://josefsson.org/git2cl/):
  11. git2cl >Changelog
  12. commit BUGS NEWS configure.in package.def ChangeLog
  13. *** Create new annotated tag
  14. git tag -a release-1.4.14 -m release-1.4.14
  15. *** Push the code and tag to origin
  16. git push origin master
  17. git push origin release-1.4.14
  18. *** Checkout new version
  19. rm -fr /tmp/monitoringlug
  20. # If you need to checkout the tag, don't forget to "checkout master" later to
  21. # get back to your development branch:
  22. git checkout tags/release-1.4.14
  23. # Beware: the trailing slash of --prefix is REQUIRED
  24. git checkout-index --prefix=/tmp/monitoringlug/ -a
  25. *** Build the tarball
  26. cd /tmp/monitoringlug
  27. tools/setup
  28. ./configure
  29. make dist
  30. *** Upload generated tarball to sourceforge
  31. sftp frs.sourceforge.net
  32. SF username and password
  33. cd /uploads
  34. put file
  35. SF -> Submit News about release. Make sure it is called "Monitoring Plugins" (with those caps)
  36. Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880
  37. Include contents of NEWS for this release
  38. List all people on team involved.
  39. Add acknowledgement to contributors
  40. Submit. Get URL to news item
  41. SF -> Admin -> File Releases
  42. Add a release to nagiosplug and create a file release
  43. Name: 1.4.14
  44. Create release
  45. Step 1: Add release notes pointing to news item
  46. Step 2: add file
  47. Step 3: *.tar.gz, Platform Independent, Source .gz
  48. Step 4: Send notice
  49. *** Announce new release
  50. Send email to help, announce with the news text
  51. Add a news item to https://monitoring-plugins.org