feat: rename projects to point to github/kjuulh/dagger-sdk

This commit is contained in:
2023-03-18 15:23:24 +01:00
committed by Kasper Juul Hermansen
parent 79d931e908
commit 384294b390
15 changed files with 38 additions and 38 deletions

View File

@@ -90,7 +90,7 @@ async fn release(client: Arc<Query>, _subm: &clap::ArgMatches) -> Result<(), col
"--execute",
"--allow-fully-generated-changelogs",
"--no-changelog-preview",
"dagger-rs",
"dagger-sdk",
"dagger-sdk",
]);
let exit = container.exit_code().await?;