comparison HowTo.md @ 7:1436e9cde9c9 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 1d31a48bf8328b7a3ad9910971d24b9f453459c5
author metexplore
date Tue, 04 Jul 2023 10:21:26 +0000
parents 7a6f2380fc1d
children
comparison
equal deleted inserted replaced
6:7a6f2380fc1d 7:1436e9cde9c9
92 92
93 ## Create new release 93 ## Create new release
94 94
95 When tests are ok, you can create a new met4j release. The CI will create a new Singularity image corresponding to this version. 95 When tests are ok, you can create a new met4j release. The CI will create a new Singularity image corresponding to this version.
96 96
97 Create a new met4j-galaxy release with the same version number as met4j. After push, the CI will test again the apps. If it's ok, a new version of met4j-galaxy will be pushed on the galaxy toolshed. The instance in usegalaxy.fr will be updated the next monday. 97 Create a new met4j-galaxy release with the same version number as met4j.
98
99 After testing this new version, you have to do:
100
101 ```bash
102 git push origin 1.3.0
103 ```
104
105 Modify the 1.3.0 by the version number that you want to push.
106
107 After push, the CI will test again the apps. If it's ok, a new version of met4j-galaxy will be pushed on the galaxy toolshed. The instance in usegalaxy.fr will be updated the next monday.
98 108
99 ## Update met4j-galaxy-runner 109 ## Update met4j-galaxy-runner
100 110
101 Docker image to run planemo on ci. 111 Docker image to run planemo on ci.
102 112