summaryrefslogtreecommitdiffstats
path: root/models/release_test.go
Commit message (Collapse)AuthorAgeFilesLines
* mirror: Delete tags in mirror which are removed for original repo. (#5609)Harshit Bansal2018-12-311-0/+55
| | | | | | This bug was being caused by an error in the logic in `release.go`. Credit to @yasuokav for tracing the root of the issue. Fixes: #5192.
* fix release creation via API (#5076)Lunny Xiao2018-10-151-0/+96
* fix release creation via API * fix release create tests