gEDA's Release Engineering

gEDA/gaf Release Creation Checklist

Here is a list of steps that are taken every time when creating a new gEDA/gaf release:

        make check
        make distcheck

and make sure it completes without any errors. After this is complete you will find the distribution tarball in the toplevel directory (named geda-gaf-VERSION.tar.gz).

        md5sum -b geda-gaf-1.5.3.tar.gz > geda-gaf-1.5.3.md5sum
        git tag -a 1.5.3-20090829
        git push origin remote_branch_name
        git push --tags