Skip to content

Commit

Permalink
fix(copier.yml): better commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Oct 23, 2024
1 parent 7a3c716 commit 4f41c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ _tasks:
# Replace true with false in .copier-answers.yml except "documentation: true" for faster copier update
# - "sed -i '/documentation: true/!s/true/false/g' .copier-answers.yml"
- 'python -c "from pathlib import Path; import re; p = Path(''.copier-answers.yml''); p.write_text(re.sub(r''(?:setup_venv|run_poetry_install|initial_commit|setup_github|setup_pre_commit|add_me_as_contributor): (true)'', ''false'', p.read_text()))"'
- '{% if initial_commit %}git add --all && git commit -m "chore: update .copier-answers.yml"{% endif %}'
- '{% if initial_commit %}git add --all && git commit -m "chore: update .copier-answers.yml to avoid running commands again"{% endif %}'
# Add me as a contributor
- "{% if add_me_as_contributor %}npx all-contributors-cli add {{ github_username }} code,ideas,doc{% endif %}"
# Setup GitHub
Expand Down

0 comments on commit 4f41c7b

Please sign in to comment.