Middle+
How often were releases made? In small doses or large portions when closing a major task?
sobes.tech AI
Answer from AI
Releases are usually made in small doses — frequent and small changes. This approach allows for faster feedback, reduces risks, and simplifies rollback in case of problems. In Go projects, CI/CD is often used, which facilitates automation of frequent releases. Major releases when closing a large task are less common, as they are more risky and complex to maintain.