#!/bin/bash . ../.skel/nextcloud-app/build-nextcloud-app function pre_fetch() { # Filter from .skel/build-nextcloud-app, but with restriction to stable versions removed export _NCAPPS_JQ='.[] | select(.id == $app) | .releases[] | select(.version | contains("-") == false) | "\(.version) \(.download) \(.rawPlatformVersionSpec)"' } post_prepare() { github_changelog nextcloud/news } build_nextcloud_app news 28