From e87b95dd4ef1a7f84aa8120ed3b5af13aef022f2 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Thu, 19 Sep 2024 17:58:26 +0200 Subject: [PATCH 1/2] chore: Remove unnecessary info about make changelog --- .github/CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 94b4be6..ff36d52 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,3 @@ ## Updating data If your changes present a non-bugfix change to one or more datasets which are cloud-hosted (CPS, ECPS and PUF), then please change both the filename and URL (in both the class definition file and in `storage/upload_completed_datasets.py`. This enables us to store historical versions of datasets separately and reproducibly. - -## Updating versioning - -Please add a versioning entry to `changelog_entry.yaml` (see previous PRs for examples), then run `make changelog` and commit the results ONCE in this PR. From 673ce77ea769f664207689371e27e72f625b494b Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Thu, 19 Sep 2024 18:03:39 +0200 Subject: [PATCH 2/2] chore: changelog --- changelog_entry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29..411f3a4 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + removed: + - Unnecessary info in CONTRIBUTING.md \ No newline at end of file