1
0
Fork 0
forked from forgejo/forgejo

Set SemverCompatible to false for Conan packages (#21275) (#21366)

Backport of #21275
This commit is contained in:
KN4CK3R 2022-10-10 14:46:09 +02:00 committed by GitHub
parent a3c75ac438
commit c83a05f114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -342,8 +342,7 @@ func uploadFile(ctx *context.Context, fileFilter stringSet, fileKey string) {
Name: rref.Name,
Version: rref.Version,
},
SemverCompatible: true,
Creator: ctx.Doer,
Creator: ctx.Doer,
}
pfci := &packages_service.PackageFileCreationInfo{
PackageFileInfo: packages_service.PackageFileInfo{