forked from sqlitebrowser/sqlitebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Release process
Klaas V edited this page Mar 14, 2015
·
16 revisions
- In the master branch, update the "CFBundleShortVersionString" and "CFBundleVersion" version strings in src/app.plist. The new version string needs to be the latest release number + .99 on the end. eg if the new release is for version 3.6, then the master branch version of this string will be 3.6.99.
- In the new git version branch, update the "CFBundleShortVersionString" and "CFBundleVersion" version strings in src/app.plist. The new version string needs to be the latest release number + .0 on the end. eg if the new release is for version 3.6, then the new string value will be 3.6.0.
- In the new git version branch, CMakeLists.txt file, update the APP_VERSION, MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION, CPACK_PACKAGE_VERSION_MAJOR, CPACK_PACKAGE_VERSION_MINOR, and CPACK_PACKAGE_VERSION_PATCH place holder strings with the new release number. eg APP_VERSION with "3.6.0", MAJOR_VERSION with "3", MINOR_VERSION with "6", and PATCH_VERSION with "0".
- In the new git version branch, update the version numbers in src/gen_version.h.
- Is there anything we need to do for the translated strings?
- Build the application package files, and add them to the draft Release
- We really need to investigate making our own PortableApp version, instead of loading the work onto John Haller
- Install the new OSX .app from the .dmg, start it, and check the SQLite version in the About dialog. If this isn't at least 3.8.6 then something has gone wrong and needs to be fixed.
- Use the Milestone "closed issues" thing for the initial text
- Then add links and make the text nicer sounding (where possible and not too difficult)
- Make sure we have both the Windows and OSX packages on there first
- Add the new release info to the README.md file in both the master and version branches. Releases section
- It's the gh-pages branch in git
- Update the button links for the downloadable files
- Add a line to the News piece (keep max of 3 lines?)
- Add the new release to the Releases list
- Create cronjob scripts to get the daily download count for the new release binaries
- Update currentrelease file in master branch
- Email John Haller to let him know
- Send a tweet about it (retweet that from our personal accounts)
- Email SQLite Users <sqlite-users@mailinglits.sqlite.org> mailing list about the new release
- Update the MacOS X Homebrew formula, and the Homebrew Cask, for the new version
- Add a mention of the new release on the SQLCipher forums
- Do a "News" item release on our SourceForge page (but don't upload the files there)