Skip to content

Commit 816c5ff

Browse files
Update cargo-generate.toml
1 parent a6af65c commit 816c5ff

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

cargo-generate.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[template]
44
cargo_generate_version = ">=0.22.0"
5-
ignore = ["./assets/wallpaper.png", "Cargo.toml"]
6-
exlude = ["./assets/wallpaper.png", "Cargo.toml"]
5+
ignore = ["./assets/wallpaper.png", "Cargo.toml", ".github/workflows/release.yml"]
6+
exlude = ["./assets/wallpaper.png", "Cargo.toml", ".github/workflows/release.yml"]
77

88
[placeholders.package_name]
99
type = "string"
@@ -36,11 +36,6 @@ type = "string"
3636
prompt = "What is the category of your package?"
3737
choices = ["accessibility", "aerospace", "algorithms", "asynchronous", "command-line-utilities", "web-programming", "config"]
3838

39-
[placeholders.github_release]
40-
type = "bool"
41-
prompt = "Do you want to create a github release?"
42-
default = false
43-
4439
## Dependencies
4540
[placeholders.sentry]
4641
type = "bool"
@@ -54,11 +49,6 @@ default = false
5449
exclude = ["LICENSE-MIT.liquid"]
5550
ignore = ["LICENSE-MIT.liquid"]
5651

57-
## Workflows
58-
[conditional.'github_release == false']
59-
ignore = [".github/workflows/release.yml"]
60-
exlude = [".github/workflows/release.yml"]
61-
6252
## Dependencies
6353
[conditional. 'sentry == true']
6454
type = "string"

0 commit comments

Comments
 (0)