Add knope (#553)

* Add knope

* Update tag_prefix
This commit is contained in:
John Vandenberg
2024-06-21 17:35:52 +08:00
committed by GitHub
parent a6c0face45
commit 8162519fa9
4 changed files with 105 additions and 1 deletions

View File

@@ -512,7 +512,7 @@ fn main() -> Result<()> {
}
let ManifestRef::Ref { version: latest_version } =
manifests.map.first_key_value().unwrap().1.clone()
manifests.map.first_key_value().expect("no versions found").1.clone()
else {
unreachable!()
};