X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=doc%2Frelease-checklist.txt;h=6744963a7e015b499c9c2b69f39ef0ff438497e0;hp=fe5654a715e158a260953e4f23b252c7eb5f4413;hb=2464b42c9e63d36a867ae642143d326d69eafc8d;hpb=594a696965f32a02bf5a0a4a92191820dad1cf4b diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index fe5654a..6744963 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -1,5 +1,6 @@ *** Checklist for a new libftdi release *** - Update ChangeLog and AUTHORS via git history + (git log --oneline latest_release..HEAD) - Update version number in the following files: - CMakeLists.txt @@ -15,8 +16,8 @@ - Sign tarball, build .src.rpm and sign it, too - Create git tag: - - git tag -s -u 24F006F5 v0.XX - - git tag -d latest-release ; git tag latest-release + - git tag -s -u 24F006F5 v1.XX + - git tag -d latest_release ; git tag latest_release - git push --tags - Website @@ -25,4 +26,4 @@ - Update URLs in download section - Generate API documentation and upload it -- Announce on mailinglist & freshmeat +- Announce on mailinglist