Skip to content

Commit

Permalink
Rename the scaffold Cargo.toml files so that they don't confuse car…
Browse files Browse the repository at this point in the history
…go (#5438)
  • Loading branch information
dylan-apollo authored Jun 13, 2024
1 parent a1dd372 commit e3412dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apollo-router-scaffold/templates/base/.scaffold.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Created new Apollo Router project '{{name}}'.
> Read [our licensing page](https://www.apollographql.com/docs/resources/elastic-license-v2-faq/) for more details.
"""

[hooks]
post = [
"mv Cargo.template.toml Cargo.toml",
"mv xtask/Cargo.template.toml xtask/Cargo.toml",
]

[parameters]
[parameters.name]
type = "string"
Expand Down

0 comments on commit e3412dc

Please sign in to comment.