]> git.proxmox.com Git - debcargo-conf.git/commit
Enable release.sh on feature branches
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 5 Dec 2019 15:42:11 +0000 (10:42 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 5 Dec 2019 15:42:11 +0000 (10:42 -0500)
commitc75ca09f65c457844d2c11184bd267ee699cb663
tree36688947a8854e8d6d927b9040e3e6a96811619b
parent2bcfe3a53a2ba0291f2a04754d4409f0eece2ff7
Enable release.sh on feature branches

Until yesterday, i had worked in this repo using feature branches like
WIP-foo.  My practice would be too do work on crate "foo" on a branch
WIP-foo off of master, rebase it atop origin/master, and then run
./release.sh there to turn it into pending-foo branch, without having
merged the feature into master directly.

This change preserves the ability to use that workflow, while not
breaking the "do all your work but release on the master branch" for
those who prefer it.
release.sh