shibapm / Rocket

Define your release steps 🚀
MIT License
110 stars 15 forks source link

Add `branch` step #18

Closed dalu93 closed 5 years ago

dalu93 commented 5 years ago

Hi, it would be great to have a step which creates a new branch with a given name. Few package managers (see Mint for example) uses branches instead of tags to fetch a specific version of the package

f-meloni commented 5 years ago

Hi Luca, Nice idea, I will have a look at it 👍 If you need to use it in the meantime i suggest you to use a script step :)

dalu93 commented 5 years ago

Sure! I've created a branch in my fork to fix it simply: https://github.com/dalu93/Rocket/tree/feature/branch-step

f-meloni commented 5 years ago

Nice! A PR is more than welcome then :)

f-meloni commented 5 years ago

closed by https://github.com/f-meloni/Rocket/pull/19