From d6ca531d9617f9d99ef08ce60f8943051b15b485 Mon Sep 17 00:00:00 2001 From: Jessica Smith <12jessicasmith34@gmail.com> Date: Sat, 15 Jun 2024 09:12:01 -0500 Subject: [PATCH] docs(CONTRIBUTING.md): update reference from HISTORY.md to CHANGELOG.md docs: rename history.md to changelog.md and update references --- CONTRIBUTING.md | 2 +- docs/changelog.md | 3 +++ docs/history.md | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docs/changelog.md delete mode 100644 docs/history.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d52146f..976358e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ Before you submit a pull request, check that it meets these guidelines: ## Deploying A reminder for the maintainers on how to deploy. -Make sure all your changes are committed (including an entry in HISTORY.md). +Make sure all your changes are committed (including an entry in CHANGELOG.md). Then run: ``` diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..67259da --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,3 @@ +{% + include-markdown "../CHANGELOG.md" +%} diff --git a/docs/history.md b/docs/history.md deleted file mode 100644 index 0cb8b5f..0000000 --- a/docs/history.md +++ /dev/null @@ -1,3 +0,0 @@ -{% - include-markdown "../HISTORY.md" -%}