Skip to content

Commit

Permalink
docs(readme): mention values.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Aug 18, 2024
1 parent 1c31f76 commit a366309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ cargo generate gibbz00/basic-things

CI may expect the presence of both [`CODECOV_TOKEN`](https://docs.codecov.com/docs/adding-the-codecov-token) and [`CARGO_REGISTRY_TOKEN`](https://crates.io/settings/tokens).

(Reference for template values may be found in `./cargo_generate/values.toml`.)

### Integrated tools

* [git-cliff](https://git-cliff.org) - Automated changelog generation by the usage of conventional commits.
Expand Down
3 changes: 1 addition & 2 deletions cargo_generate/values.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
include_code_of_conduct = false
include_precommit = false
include_security_policy = false
license = "None"
repository_path = "owner/name"
# optional
license = "MIT"
# optional
architecture_url = "XXX"

## codecov
Expand Down

0 comments on commit a366309

Please sign in to comment.