feat: Initial commit 🎉
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2024-04-03 12:02:53 +13:00
commit 99b2e7667f
3 changed files with 117 additions and 0 deletions

28
.release.yml Normal file
View File

@@ -0,0 +1,28 @@
release: "gitea"
gitea:
repo: "docker-go-semantic-release"
user: "cybercinch"
url: "https://hub.cybercinch.nz"
commitFormat: angular
branch:
main: release
assets: []
# - path: ./build/go-semantic-release.linux_amd64
# compress: true
# - path: ./build/go-semantic-release.linux_arm64
# compress: true
# - path: ./build/go-semantic-release.windows_i386.exe
# compress: true
# - path: ./build/go-semantic-release.windows_amd64.exe
# compress: true
# - path: ./build/go-semantic-release.darwin_amd64
# compress: true
changelog:
docker:
latest: true
repository: hub.cybercinch.nz/cybercinch/docker-go-sem-release
showAuthors: false
hooks:
preRelease: []
postRelease: []