Skip to content

Commit 0f3c130

Browse files
authored
Fix a few minor bugs (#75)
* Fix wrong optional dependency name * Label docs/*.py as tooling * Fix trailing space in template * Add missing dependency for mkdocs
2 parents 26c181c + 29f5024 commit 0f3c130

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/.github/RELEASE_NOTES.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

1111
## New Features
1212

cookiecutter/{{cookiecutter.github_repo_name}}/.github/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- "**/*.yml"
3939
- ".git*"
4040
- ".git*/**"
41+
- "docs/*.py"
4142
- CODEOWNERS
4243
- MANIFEST.in
4344
- noxfile.py

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dev-mkdocs = [
6767
"mkdocs-material == 9.1.16",
6868
"mkdocs-section-index == 0.3.5",
6969
"mkdocstrings[python] == 0.22.0",
70+
"frequenz-repo-config[{{cookiecutter.type}}] == 0.3.0",
7071
]
7172
dev-mypy = [
7273
"mypy == 1.2.0",
@@ -93,7 +94,7 @@ dev-pytest = [
9394
]
9495
{%- endif %}
9596
dev = [
96-
"{{cookiecutter.pypi_package_name}}[dev-mkdocs,dev-docstrings,dev-formatting,dev-gen-docs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
97+
"{{cookiecutter.pypi_package_name}}[dev-mkdocs,dev-docstrings,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
9798
]
9899

99100
[project.urls]

0 commit comments

Comments
 (0)