You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and is synced regularily to Crowdin. Once a translation has reached
96
+
and is synced regularly to Crowdin. Once a translation has reached
97
97
A SATISFACTORY PERCENTAGE it will be synced back into this repo and
98
98
included in the next released version.
99
99
@@ -263,7 +263,7 @@ be reviewed by two maintainers and must pass the automatic tests.
263
263
* Before releasing, confirm all the version's milestone issues or PRs has been resolved. Then discuss the release on discord channel #maintainers and get agreed with almost all the owners and mergers. Or you can declare the version and if nobody against in about serval hours.
264
264
* If this is a big version, then you have to create a new branch named `release/v$vmaj.$vmin`
265
265
* Create PR for changelog on branch `release/v$vmaj.$vmin`
266
-
* After your PR reviewed and merged, and CI passed, add a tag as `git tag -s -F release.notes v$vmaj.$vmin.$`, release.notes file could be a temporory file to only include the changelog this version which you added to `CHANGELOG.md`.
266
+
* After your PR reviewed and merged, and CI passed, add a tag as `git tag -s -F release.notes v$vmaj.$vmin.$`, release.notes file could be a temporary file to only include the changelog this version which you added to `CHANGELOG.md`.
267
267
* And then push the tag as `git push origin v$vmaj.$vmin.$`. Drone CI will automatically created a release and upload all the compiled binary. (But currently it didn't add the release notes automatically. Maybe we should fix that.)
268
268
* Send PR for changelog on branch `master`.
269
269
* Send PR to [blog repository](https://github.com/go-gitea/blog) announcing the release.
0 commit comments