Skip to content

Commit

Permalink
chore: remove legacy workspace info from release and readme (#1237)
Browse files Browse the repository at this point in the history
Remove legacy workspace information from the release page and when
updating the readme.

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
cgrindel and mergify[bot] authored Sep 17, 2024
1 parent 965c26f commit 721d4a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
10 changes: 0 additions & 10 deletions release/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ load(
"create_release",
"generate_module_snippet",
"generate_release_notes",
"generate_workspace_snippet",
"hash_sha256",
"release_archive",
"update_readme",
Expand All @@ -27,23 +26,14 @@ generate_module_snippet(
module_name = "rules_swift_package_manager",
)

generate_workspace_snippet(
name = "generate_workspace_snippet",
sha256_file = ":archive_sha256",
template = "workspace_snippet.tmpl",
workspace_name = "rules_swift_package_manager",
)

generate_release_notes(
name = "generate_release_notes",
generate_module_snippet = ":generate_module_snippet",
generate_workspace_snippet = ":generate_workspace_snippet",
)

update_readme(
name = "update_readme",
generate_module_snippet = ":generate_module_snippet",
generate_workspace_snippet = ":generate_workspace_snippet",
)

create_release(
Expand Down
54 changes: 0 additions & 54 deletions release/workspace_snippet.tmpl

This file was deleted.

0 comments on commit 721d4a5

Please sign in to comment.