#!/bin/bash ################################ # Wrapper script for go-semantic-release # This is to allow use of cached plugin versions in # standard container for Gitea Actions runner. ################################ # Copy pre-loaded plugins if [ "$(pwd)" != "/tmp" ]; then cp -Rf /tmp/.semrel "$(pwd)"/; fi # Execute semantic-release and expand parameters /usr/local/bin/go-semantic-release "$@"