Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 710 Bytes

README.dev.org

File metadata and controls

21 lines (17 loc) · 710 Bytes

Information for developers

How to create a release

  • Run ./mknews <old_version_tag> and cut’n’paste the information you want in NEWS file
  • update NEWS file to feature the new version number and code name. Pan release number and title are extracted from this file, so please make sure that the first line of the file is:
    <version number> "<title>" <whatever>
        
  • commit the changes
  • create a signed tag on master
  • push the modifications and tag
  • click on release button on gitlab
  • send a mail to all pan mailing lists.

Useful links