Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/commands/githubActions/bumpUpstream/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ async function gaBumpUpstreamHandler({
return;
}

// TODO: Delete once the build action for template repos is ready
// TODO: Delete once the build action for multi-variant repos is ready
if (useVariants) {
console.log("Build and comment stage is not available for template package repositories yet");
console.log("Build and comment stage is not available for multi-variant package repositories yet");
return;
}

Expand Down
279 changes: 0 additions & 279 deletions src/commands/init.ts

This file was deleted.

Loading