baruchiro / use-route-as-state

Use React Router route and query string as component state
https://baruchiro.github.io/use-route-as-state/
MIT License
42 stars 7 forks source link

Create a release branch #136

Open baruchiro opened 3 years ago

baruchiro commented 3 years ago

With the current implementation of SemanticRelease (documented here), to publish a version with multiple recorded changes (like a new feature and dependencies upgrades), you have to develop those two in the same PR.

This is because the SemanticRelease pipeline is triggered when pushing to master.

We need to trigger it in another way, maybe by triggering it on another branch, maybe manual, any idea is welcome.