Skip to content

Automatic way to update extensions

What kind of feature do you want?

An automatic way to upload/release new extension versions. Ideally in a way that you just need to adapt a small script and add it as a post processor for new tag releases in Github/Gitlab.

What are the benefits?

No missing uploads in TER anymore, because of simple laziness.

technical notes

  • Add Github / Gitlab Konfiguration to extension: Secret for incoming Webhook
  • Add UI control, to activate webhook
  • Add Webhook listener to TER:
    • Process incoming Webhook for tags
    • create ter release with tag description
    • allow to update release description with github
    • allow to remove release, if tag is deleted.
Edited by Stefan Busemann