nchapman / pulsar

Mozilla Public License 2.0
1 stars 1 forks source link

Use git-flow for releases #82

Open nchapman opened 3 months ago

nchapman commented 3 months ago

@ospfranco the new yarn bump script is great. I do want us to use git flow for our overall development workflow and for tagging releases. Please update the script to use git flow.

ospfranco commented 3 months ago

What exactly do you want to see changed? the script is simpler than git flow will not really work with lot's of merges and what not. If you want to stick to pure git flow then it is better to just trigger builds whenever there is a tag push on main.

ospfranco commented 2 months ago

I modified the scripts and the CI workflows. The script will now create a new branch with a tag that will need to be merged into develop/release branch