mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
add test-release-branch
This commit is contained in:
parent
680213b479
commit
42eab2d304
1 changed files with 10 additions and 1 deletions
|
@ -98,7 +98,7 @@ curl -X 'POST' \
|
|||
|
||||
# sync base branch
|
||||
|
||||
```
|
||||
``` bash
|
||||
# setup a second repo for excosy implementation
|
||||
git clone https://git.exozy.me/a/gitea.git exosy
|
||||
|
||||
|
@ -119,6 +119,15 @@ git push --force
|
|||
git reset --hard origin/forgejo-federated-star
|
||||
```
|
||||
|
||||
# provide testinstance
|
||||
|
||||
``` bash
|
||||
git checkout test-release
|
||||
git rebase --onto forgejo-federated-star
|
||||
git merge forgejo/forgejo-branding
|
||||
git push --force
|
||||
```
|
||||
|
||||
# generate swagger api client
|
||||
|
||||
go run github.com/go-swagger/go-swagger/cmd/swagger@v0.30.5 generate client -f './templates/swagger/v1_json.tmpl' -c "modules/activitypub2" --operation 'activitypubPerson' --skip-models --existing-models 'github.com/go-ap/activitypub' --skip-validation
|
||||
|
|
Loading…
Reference in a new issue