mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Initial commit
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
*** 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
|
||||
- README
|
||||
|
||||
- Run "make dist"
|
||||
|
||||
- Diff tarball to previous version, check if all
|
||||
important changes are in the ChangeLog
|
||||
|
||||
- Ensure all modifications are checked in
|
||||
|
||||
- Sign tarball, build .src.rpm and sign it, too
|
||||
|
||||
- Create git tag:
|
||||
- git tag -s -u 24F006F5 v1.XX
|
||||
- git tag -d latest_release ; git tag latest_release
|
||||
- git push --tags
|
||||
|
||||
- Website
|
||||
- Upload tarball and .src.rpm
|
||||
- Add ChangeLog to main page
|
||||
- Update URLs in download section
|
||||
- Generate API documentation and upload it
|
||||
|
||||
- Announce on mailinglist
|
||||
Reference in New Issue
Block a user