diff options
author | Anthony Wang | 2022-06-21 05:00:38 +0800 |
---|---|---|
committer | Anthony Wang | 2022-06-21 05:00:38 +0800 |
commit | 1426f0932e601254852ee1f6b57ff4fa5a4123d5 (patch) | |
tree | f6725af8c29ea242fc630898ce8b05b89eadbe81 | |
parent | a96aa98fe591efcc11a40f5de11a617082847849 (diff) |
Simplify workflow
-rw-r--r-- | Development.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Development.md b/Development.md index 8f51fbb..3238eb3 100644 --- a/Development.md +++ b/Development.md @@ -2,9 +2,8 @@ The [repository](https://gitea.com/Ta180m/gitea) has several branches:
-* [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133).
-* [feature-go-ap-inbox-outbox](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to (insert future Gitea PR).
-* [main](https://gitea.com/Ta180m/gitea/src/branch/main) is deployed to https://git.exozy.me/ when I'm not testing any of the other branches. Development action happens on the other branches and then the commits are merged to this branch.
+* [main](https://gitea.com/Ta180m/gitea/src/branch/main) corresponds to (insert future Gitea PR). Development mainly happens on this branch.
+* [feature-activitypub](https://gitea.com/Ta180m/gitea/src/branch/feature-activitypub) corresponds to [PR #19133](https://github.com/go-gitea/gitea/pull/19133) which has been merged.
All the other branches mostly contain some experimental or old code and aren't important.
|