chore(release): disable version link between lib and cli (#77)

Needed to be able to release lib first.
This commit is contained in:
Julian Tölle 2025-05-04 00:54:29 +02:00 committed by GitHub
parent 2df6fdd850
commit c175ca0352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,5 @@
"include-component-in-tag": true, "include-component-in-tag": true,
"tag-separator": "/" "tag-separator": "/"
} }
}, }
"plugins": [
{
"type": "linked-versions",
"groupName": "repo",
"components": [
"cli", "hcloudimages"
]
}
]
} }