Taskfile: forks: migration style and bulletproof
kamilsk opened this issue · comments
Kamil Samigullin commented
Motivation: current script has a lot of disadvantages.
- If something went wrong, I have to find this place manually and start from scratch or continue by copy-paste commands.
- solution is to make it transactionable:
run continue
- solution is to make it transactionable:
- I cannot replace published release, because it tries to rebase from that point
- see
Lines 6 to 7 in f59cf8b
- solution is to remove this tag if it present on origin
- good example is
godownloader
problem when I replace it time after time
- see
Forks
- https://github.com/kamilsk/mergestat
- kamilsk/mergestat/issues/11
- kamilsk/mergestat/issues/6
- https://github.com/kamilsk/godownloader
- https://github.com/kamilsk/go-tools
- https://github.com/kamilsk/golangci-lint
Kamil Samigullin commented
implemented, https://github.com/octomation/taskfiles