05_developer_tutorials:02_extending_groimp:release-your-own-plugin
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 05_developer_tutorials:02_extending_groimp:release-your-own-plugin [2026/05/29 11:49] – [Requirements] Tim | 05_developer_tutorials:02_extending_groimp:release-your-own-plugin [2026/05/29 12:00] (current) – [Trouble shoot] Tim | ||
|---|---|---|---|
| Line 67: | Line 67: | ||
| ===== Trouble shoot ===== | ===== Trouble shoot ===== | ||
| + | |||
| ==== Change plugin.json ==== | ==== Change plugin.json ==== | ||
| + | If you want to change parts of the plugin.json file e.g. the descrption or the help url, or if you want to remove a version, you have to do the following steps: | ||
| + | |||
| + | - Download the plugin.json manually ( form the gitlab page! not from the repository) | ||
| + | - Use the downloaded plugin.json to replace the one in your repo. | ||
| + | - Do do the changes you need to do (make sure it is still a valid json file) | ||
| + | - Delete the Gitlab page ( on the website left menu > Deploy > Pages, and then delete page). | ||
| + | - Wait a moment, Gitlab sometimes needs some time to really delete the page. | ||
| + | - Rerun the pipeline with a version that **is not included in the plugin.json** | ||
| + | |||
| + | === Why that works: === | ||
| + | |||
| + | The pipeline always tries to download the plugin.json form the gitlab page but since the page is deleted the pipeline uses the plugin.json file from your repo. | ||
| + | |||
| + | ==== Remove a version ==== | ||
| + | |||
| + | Sometimes things go wrong and you want to get rid of a version of your plugin that is already released. | ||
| + | |||
| + | Todo so you need to: | ||
| + | - Remove the tag (Left menu: Code > tags and than the little bin next to the version) | ||
| + | - Delete the package (Left menu: Deploy > package registry and the tree dots next to the packages you want to delete). | ||
| + | - remove the version form the plugin.json (see above). | ||
05_developer_tutorials/02_extending_groimp/release-your-own-plugin.1780048164.txt.gz · Last modified: 2026/05/29 11:49 by Tim
