Skip to content

Commit

Permalink
BEHAVIOR: add release version documentation line (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Apr 29, 2024
1 parent 796e935 commit c3f842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compwa_policy/check_dev_files/release_drafter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _get_expected_config(
config[key] = config[key].replace("<<REPO_TITLE>>", repo_title)
key = "template"
lines = config[key].split("\n")
if not os.path.exists(CONFIG_PATH.readthedocs) or github_pages:
if not os.path.exists(CONFIG_PATH.readthedocs):
lines = lines[2:]
config[key] = (
"\n".join(lines)
Expand Down

0 comments on commit c3f842e

Please sign in to comment.