#

ci

Continuous integration and CI/CD pipeline configuration

DevOpsCI/Release Workflow with python-semantic-release and Woodpecker CI

Learn how to design a continuous integration workflow with python-semantic-release and Woodpecker CI that supports RC builds while maintaining grouped changelogs for final releases.

3 answers 1 view
DevOpsGo modules GitLab CI: Fix monorepo fetch & auth errors

Prevent go build in GitLab CI from downloading private modules in a monorepo. Use go.work or replace, set GOPRIVATE and netrc with a PAT, or vendor modules.

1 answer 2 views