Problem
I have a monorepo powered by Turborepo and I wanted to automate applications deployment. I wanted to trigger docker build for the app whenever the GitHub release for the app is created (e.g., webapp@1.0.1). Not only that, but I want to avoid publishing anything to the NPM. Is there a way to do so and having a nice generated changelog at the same time?
I mean something similar to lerna publish, but you know – without lerna :)