From ae7c5ecfcf75864b074617e0c0c444358de563f5 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Thu, 1 Jun 2023 11:05:04 +0200 Subject: [PATCH 1/4] Genenotebook: update + add ref to new gxit --- tools/genenotebook/genenotebook_build.xml | 2 +- tools/genenotebook/macros.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/genenotebook/genenotebook_build.xml b/tools/genenotebook/genenotebook_build.xml index 56900c0..aa054fb 100644 --- a/tools/genenotebook/genenotebook_build.xml +++ b/tools/genenotebook/genenotebook_build.xml @@ -288,7 +288,7 @@ - 0.4.2 + 0.4.3 @TOOL_VERSION@+galaxy0 From 41ce089d44aab7d8553a9cc30d820914158259bc Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Sun, 9 Jul 2023 13:24:49 +1000 Subject: [PATCH 2/4] Update to 0.4.4 --- tools/genenotebook/macros.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genenotebook/macros.xml b/tools/genenotebook/macros.xml index 201f363..60ca530 100644 --- a/tools/genenotebook/macros.xml +++ b/tools/genenotebook/macros.xml @@ -7,7 +7,7 @@ - 0.4.3 + 0.4.4 @TOOL_VERSION@+galaxy0 From 5d084ab25e72871e8488e660ce924091d58bb153 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Wed, 20 Sep 2023 16:29:41 +0200 Subject: [PATCH 3/4] 0.4.5 --- tools/genenotebook/macros.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genenotebook/macros.xml b/tools/genenotebook/macros.xml index 60ca530..5fd1a45 100644 --- a/tools/genenotebook/macros.xml +++ b/tools/genenotebook/macros.xml @@ -7,7 +7,7 @@ - 0.4.4 + 0.4.5 @TOOL_VERSION@+galaxy0 From e3fc475d0ef0e4bdf514111ee86c5681ac244e57 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Wed, 20 Sep 2023 17:39:31 +0200 Subject: [PATCH 4/4] update release for https://github.com/galaxyproject/galaxy/pull/16594 --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 52ba483..30e0564 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -2,7 +2,7 @@ name: Galaxy Tool Linting and Tests for push and PR on: [push, pull_request] env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_22.05 + GALAXY_BRANCH: release_23.0 MAX_CHUNKS: 4 MAX_FILE_SIZE: 1M concurrency: