feat: Initial Project 🎉 🚀

This commit is contained in:
2024-07-22 22:26:15 +12:00
commit d15f1b72b3
5 changed files with 112 additions and 0 deletions

12
scripts/go-semantic-release.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/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
cp -Rf /tmp/.semrel "$(pwd)"/;
# Execute semantic-release and expand parameters
/usr/local/bin/go-semantic-release "$@"