Skip to content

Gitflow-esque release flow for applications #1

@Ryangr0

Description

@Ryangr0

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.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions