Skip to content

Commit bd7b5f8

Browse files
committed
Updated pyproject.toml
Regularized poe task names.
1 parent 924b30a commit bd7b5f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dev = [
2020
test.cmd = "pytest"
2121
test.help = "Test cookiecutter package."
2222

23-
test-fast.cmd = "pytest -m 'not slow and not integration and not cross_platform' --ignore=tests/test_configuration_matrix.py --ignore=tests/test_generate_projects.py tests/"
24-
test-fast.help = "Run fast subset of tests for release validation."
23+
test_fast.cmd = "pytest -m 'not slow and not integration and not cross_platform' --ignore=tests/test_configuration_matrix.py --ignore=tests/test_generate_projects.py tests/"
24+
test_fast.help = "Run fast subset of tests for release validation."
2525

2626
ruff_check.cmd = "ruff check hooks tests"
2727
ruff_check.help = "ruff check on hooks and tests."
@@ -55,8 +55,8 @@ _update_pyproject = ["_add", "_commit", "_tag", "_push_tags", "_push"]
5555
changelog.shell = "git log --pretty=format:'- %s (%h)' $(git describe --tags --abbrev=0 2>/dev/null || echo 'HEAD')..HEAD"
5656
changelog.help = "[Release] Generate changelog since last tag."
5757

58-
release-notes.shell = "echo '## Release Notes' > RELEASE_NOTES.md && echo '' >> RELEASE_NOTES.md && git log --pretty=format:'- %s (%h)' $(git describe --tags --abbrev=0 2>/dev/null || echo 'HEAD')..HEAD >> RELEASE_NOTES.md"
59-
release-notes.help = "[Release] Generate release notes file."
58+
release_notes.shell = "echo '## Release Notes' > RELEASE_NOTES.md && echo '' >> RELEASE_NOTES.md && git log --pretty=format:'- %s (%h)' $(git describe --tags --abbrev=0 2>/dev/null || echo 'HEAD')..HEAD >> RELEASE_NOTES.md"
59+
release_notes.help = "[Release] Generate release notes file."
6060

6161
release_patch.sequence = [ "_patch_bump", "_update_pyproject"]
6262
release_patch.help = "Publish patch release."

0 commit comments

Comments
 (0)