Hi @Olatokumbo
I was trying to implement a prerelease/release flow with the help of release-please, your example-app was a good starting point. And I wanted to share what I've done so far https://github.com/sonderformat-llc/release-please-prerelease-example.
Some things worth Mentioning are:
- I use release-please config itself to sync the version number between prerelease and release.
- It is working well with branch protection without any additional PRs.
- I use dependabot and exact version pinning to be sure that all dependencies for the release workflow are only changed when someone actively decides to.
I am curious what you think about this implementation.
Hi @Olatokumbo
I was trying to implement a prerelease/release flow with the help of release-please, your example-app was a good starting point. And I wanted to share what I've done so far https://github.com/sonderformat-llc/release-please-prerelease-example.
Some things worth Mentioning are:
I am curious what you think about this implementation.