Skip to content
Commit 35f20110 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

tools/batch-rebase: Allow adding tags between topics:

topics:
  -
    name: foo
    remote: bar
    base: foo-base
    tip: foo

 # Add a tag between topics, to mark a boundary
  -
    action: tag
    name: mytag
    # Empty string to avoid the suffix given with --tags-suffix
    suffix: ""

  -
    name: foo2
    remote: bar
    base: foo-base2
    tip: foo2
parent 657555bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment