Skip to content

Commit 48b19a5

Browse files
HoffmannPlunny
authored andcommitted
Explanation for missing releases (#3823)
Searched for missing releases/tags for some time, thought the solution might be helpful to others
1 parent 725835b commit 48b19a5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/content/doc/help/troubleshooting.en-us.md

+14
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,17 @@ In this case, look into the following settings:
6666
* `usermod` or `chsh` can be used to modify this.
6767
* Ensure that the `gitea serv` command in `.ssh/authorized_keys` uses the
6868
correct configuration file.
69+
70+
## Missing releases after migrating repository with tags
71+
72+
To migrate an repository *with* all tags you need to do two things
73+
74+
* Push tags to the repository:
75+
```
76+
git push --tags
77+
```
78+
79+
* (Re-)sync tags of all repositories within gitea:
80+
```
81+
gitea admin repo-sync-releases
82+
```

0 commit comments

Comments
 (0)