Skip to content

Commit

Permalink
chore: include specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 18, 2024
1 parent ed7cfb3 commit 3ef2465
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MIT"
repository = "https://github.com/jdx/demand"
readme = "README.md"
keywords = ["cli", "prompt", "console"]
include = ["src/**/*", "examples/**/*", "README.md", "CHANGELOG.md", "LICENSE"]

[dependencies]
console = "0.15"
Expand All @@ -24,4 +25,11 @@ indoc = "2"
allow-branch = ["main"]
sign-tag = true
sign-commit = true
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}" ]
pre-release-hook = [
"git",
"cliff",
"-o",
"CHANGELOG.md",
"--tag",
"{{version}}",
]
5 changes: 1 addition & 4 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ run = "cargo test --lib --tests"
run = 'cargo release'

[tasks.lint]
run = [
"cargo clippy -- -D warnings",
"cargo fmt -- --check"
]
run = ["cargo clippy -- -D warnings", "cargo fmt -- --check"]

[tasks.pre-commit]
depends = ["lint"]

0 comments on commit 3ef2465

Please sign in to comment.