|
6 | 6 | Flutter and packages dependencies, do that first.
|
7 | 7 | For details of how, see our README.
|
8 | 8 |
|
9 |
| -* Add an entry in `docs/changelog.md`. Commit that change. |
| 9 | +* Write an entry in `docs/changelog.md`, as "Unreleased". |
| 10 | + Commit that change. |
10 | 11 |
|
11 | 12 | * Increment the version number in `pubspec.yaml`:
|
12 | 13 |
|
13 | 14 | Take the line near the top that looks like `version: 0.0.42+42`,
|
14 | 15 | and increment both of the last two numbers.
|
15 | 16 | They should remain equal to each other.
|
16 | 17 |
|
17 |
| -* Commit the version-number change, and tag: |
18 |
| - `git commit pubspec.yaml -m 'version: Bump version to 0.0.NNN' |
| 18 | + Edit the "Unreleased" heading in `docs/changelog.md` to the |
| 19 | + new version number. |
| 20 | + |
| 21 | +* Commit the version-number changes, and tag: |
| 22 | + `git commit pubspec.yaml docs/changelog.md -m 'version: Bump version to 0.0.NNN' |
19 | 23 | && git tag v0.0.NNN`
|
20 | 24 |
|
21 | 25 | * Push the tag to our central repo: `git push origin main v0.0.NNN`
|
|
100 | 104 |
|
101 | 105 | * Android via GitHub:
|
102 | 106 |
|
103 |
| - * Create a GitHub release, named the same as the tag. |
| 107 | + * [Create a GitHub release](https://github.com/zulip/zulip-flutter/releases/new), |
| 108 | + named the same as the tag. |
104 | 109 |
|
105 | 110 | * For the release notes, use `tools/format-changelog notes`,
|
106 | 111 | and fix formatting as needed.
|
|
146 | 151 | GitHub or Zulip) and @-mention the individuals who asked for the
|
147 | 152 | change.
|
148 | 153 |
|
| 154 | + In particular, for each fixed issue 123, do a Zulip search for |
| 155 | + "f123". This efficiently finds any threads that mentioned "#F123". |
| 156 | +
|
149 | 157 |
|
150 | 158 | ## One-time or annual setup
|
151 | 159 |
|
|
0 commit comments