Description
I want that when PRs into development are merged, a release PR from development to main is made, with https://keepachangelog.com/en/1.1.0/ standard.
Additional Context
https://github.com/webgrip/firefly-iii-application/blob/development/.github/workflows/on_source_change.yml This is what applications currently use. As you can see, a semantic release is done, and then that new version is immediately deployed with helm. I want a push to all branches to kick off static analysis and tests, and only if those succeed, should the semantic release step be done. (and only on main).
Feel free to give feedback or make your own decisions.
Description
I want that when PRs into development are merged, a release PR from development to main is made, with https://keepachangelog.com/en/1.1.0/ standard.
Additional Context
https://github.com/webgrip/firefly-iii-application/blob/development/.github/workflows/on_source_change.yml This is what applications currently use. As you can see, a semantic release is done, and then that new version is immediately deployed with helm. I want a push to all branches to kick off static analysis and tests, and only if those succeed, should the semantic release step be done. (and only on main).
Feel free to give feedback or make your own decisions.