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
Correct some outdated statements in the contributing guidelines (go-gitea#8612)
* More information for drone-cli in CONTRIBUTING.md
* Increases the version of drone-cli to 1.2.0
* Adds a note for the Docker Toolbox on Windows
Signed-off-by: LukBukkit <[email protected]>
* Fix the url for the blog repository (now on gitea.com)
Signed-off-by: LukBukkit <[email protected]>
- Change into the base directory of your copy of the gitea repository,
81
81
and run `drone exec --event pull_request`.
82
+
- At the moment `drone exec` doesn't support the Docker Toolbox on Windows 10
83
+
(see [drone-cli#135](https://github.com/drone/drone-cli/issues/135))
82
84
83
85
The drone version, command line, and disk requirements do change over
84
86
time (see [#4053](https://github.com/go-gitea/gitea/issues/4053) and
@@ -302,7 +304,7 @@ be reviewed by two maintainers and must pass the automatic tests.
302
304
* 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`.
303
305
* 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.)
304
306
* If needed send PR for changelog on branch `master`.
305
-
* Send PR to [blog repository](https://github.com/go-gitea/blog) announcing the release.
307
+
* Send PR to [blog repository](https://gitea.com/gitea/blog) announcing the release.
0 commit comments