diff --git a/.github/workflows/versioning.yaml b/.github/workflows/versioning.yaml index b3d92b2..b1fcb3b 100644 --- a/.github/workflows/versioning.yaml +++ b/.github/workflows/versioning.yaml @@ -8,6 +8,7 @@ on: paths: - "changelog.d/**" + - "CHANGELOG.md" - "!pyproject.toml" jobs: diff --git a/changelog.d/changed.1.md b/changelog.d/changed.1.md index 65d886a..8049e57 100644 --- a/changelog.d/changed.1.md +++ b/changelog.d/changed.1.md @@ -1 +1 @@ -Updated dashboard fonts from Roboto Serif to Inter/JetBrains Mono, added data preview on file upload, added reusable ChartLegend component, and improved chart styling across all visualization components. Updated paper formatting to Times New Roman 11pt with 1.5in margins, added Acknowledgements and Disclosures section with keywords, and refreshed figures and results with latest cross-validation run. Migrated versioning workflow from expired PAT to GitHub App token. +Updated dashboard fonts from Roboto Serif to Inter/JetBrains Mono, added data preview on file upload, added reusable ChartLegend component, and improved chart styling across all visualization components. Updated paper formatting to Times New Roman 11pt with 1.5in margins, added Acknowledgements and Disclosures section with keywords, and refreshed figures and results with latest cross-validation run. Migrated versioning workflow from expired PAT to GitHub App token. Update versioning path to include CHANGELOG.