| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Try to do this step a few days before the release, so translators have time!
$ lupdate src/*.cpp src/*.ui src/*.h -ts src/translations/*.ts $ git add src/translations/*.ts $ git commit
If the new release is the first one (e.g. v3.50.0) in a new series (e.g. v3.50.x), then create a new branch in git (based on master) for the new release series:
$ git checkout master $ git checkout -b v3.50.x
The x on the end as the minor version number is correct there, as for branches all of the 3.50 series code will go into this same branch. eg 3.50.0, 3.50.1, etc.
The windows binaries need to be manually signed with our certificate. Martin does that, so upload the binaries to our nightly server and let him know:
@chrisjlocke has been working on making our own PortableApp version, too
Email, or ping via GitHub, our packagers to let them know about the new release:
[Note from Justin - Heh, I'm not sure if this is even still running. Should look into that. π]
Getting Started
For Users
For Developers
For Translate Contributors
| Back | FazBrowse Home | New Git URL |