From 25707b7f896241935449a2be966e20215e8be8a4 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 15 May 2025 22:58:04 +0200 Subject: [PATCH] Fixed some formating issues --- .vscode/settings.json | 9 +++++++++ README.md | 2 +- generate_changelog.py | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0c346b8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "github.copilot.enable": { + "*": true, + "plaintext": false, + "markdown": false, + "scminput": false, + "yaml": true + } +} \ No newline at end of file diff --git a/README.md b/README.md index ace4295..4d4131e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BookStack Helm Chart -Deploys the BookStack wiki platform on Kubernetes with optional MariaDB and Redis sub‑charts. +Deploys the BookStack wiki platform on Kubernetes with optional MariaDB and Redis sub-charts. --- diff --git a/generate_changelog.py b/generate_changelog.py index aaed548..8f1ea35 100644 --- a/generate_changelog.py +++ b/generate_changelog.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -generate_changelog.py – Wandelt den Artifact Hub‑Changelog in Chart.yaml - in eine Markdown‑Datei (CHANGELOG.md) um. +generate_changelog.py - Wandelt den Artifact Hub-Changelog in Chart.yaml + in eine Markdown-Datei (CHANGELOG.md) um. Aufruf: python generate_changelog.py # takes ./Chart.yaml @@ -42,7 +42,7 @@ def render_markdown(chart: dict, changes: list[dict]) -> str: version = chart.get("version", "Unversioniert") today = dt.date.today().isoformat() - heading = f"## {version} – {today}\n" + heading = f"## {version} - {today}\n" bullets = [] for item in changes: