From a4616b3b16c763e59240ca71cbf0cdc67c7576b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=A4tz?= <61615369+martinschatz-cz@users.noreply.github.com> Date: Fri, 16 May 2025 19:34:12 +0200 Subject: [PATCH 1/4] Update .zenodo.json --- .zenodo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index fe75f78..c11bc6e 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -15,6 +15,7 @@ "example", "zenodo", "github", + "github-actions", "sandbox" ], "communities": [ @@ -22,4 +23,4 @@ "id": "zenodo-sandbox" } ] -} \ No newline at end of file +} From 5b3b3c474e0789e8baf72b06139539c5eaa0da71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=A4tz?= <61615369+martinschatz-cz@users.noreply.github.com> Date: Fri, 16 May 2025 19:36:07 +0200 Subject: [PATCH 2/4] Update EXAMPLE_20250516_projectDescription_final.txt --- data/EXAMPLE_20250516_projectDescription_final.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/EXAMPLE_20250516_projectDescription_final.txt b/data/EXAMPLE_20250516_projectDescription_final.txt index c88d3e8..4369086 100644 --- a/data/EXAMPLE_20250516_projectDescription_final.txt +++ b/data/EXAMPLE_20250516_projectDescription_final.txt @@ -1 +1 @@ -This is an example project showing how to use github-zenodo integration for publishing. In this case everything is set up with Zenodo Sandbox. \ No newline at end of file +This is an example project showing how to use github-zenodo integration for publishing. In this case everything is set up with Zenodo Sandbox. Github-action should check for proper naming convention. From 9e9be7b3d21edc6e65101be4998fe254c4c4120e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=A4tz?= <61615369+martinschatz-cz@users.noreply.github.com> Date: Fri, 16 May 2025 19:36:36 +0200 Subject: [PATCH 3/4] Update .zenodo.json removing comunities --- .zenodo.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index c11bc6e..616c31b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -18,9 +18,4 @@ "github-actions", "sandbox" ], - "communities": [ - { - "id": "zenodo-sandbox" - } - ] } From 990a78fcd45f2a739489d681c93406d41accebf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=A4tz?= <61615369+martinschatz-cz@users.noreply.github.com> Date: Fri, 16 May 2025 19:44:39 +0200 Subject: [PATCH 4/4] removing trailing comma --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 616c31b..ecc64f1 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -17,5 +17,5 @@ "github", "github-actions", "sandbox" - ], + ] }