forked from TortoiseGit/TortoiseGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.txt
47 lines (32 loc) · 1.17 KB
/
release.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
This article documents some of the main steps for releasing a new version.
* Upgrade version number in (for preview releases don't commit):
* doc/doc.build.include
* src/version.h
* src/TortoiseGitSetup/VersionNumberInclude.wxi
* Make sure crash-report is enabled in version.h (but don't commit this change)
* For a preview release enable "PREVIEW" in version.h (but don't commit this change)
* Sync Transifex translations (for stable releases)
* Check translations for:
* fix ⇥
* fix ⏎
* fix ↩
* fix »
* fix <span
* Create new DrDump.com version (for stable releases)
* Update spell checker dictionaries
* Build docs
* Update changelog
* Update PuTTY binaries (run ext/putty/download.bat)
* Build TortoiseGit
* Upload release
* Tag commit (for stable releases)
* Update website
* RSS feed
* Download languages
* Version number of latest stable
* Update manual
* Send annoucement mail to mailing list (for stable releases)
* Auto-Updater
* Prepare changelog (wrap at column 86)
* Update version.txt (sync with shipped languages)
* Mark old release as deprecated on DrDump.com (for stable releases)