feat(tui): make progression of branches clearer
All checks were successful
Rust / build (push) Successful in 7m16s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m19s
All checks were successful
Rust / build (push) Successful in 7m16s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m19s
Using the branch names configured for the repo, indicate that the branches move towards dev.
This commit is contained in:
parent
be41842dae
commit
22ce2d431a
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ impl<'a> Identity<'a> {
|
||||||
repo_alias,
|
repo_alias,
|
||||||
" ".into(),
|
" ".into(),
|
||||||
alert,
|
alert,
|
||||||
format!("({main}/{next}/{dev}) [").into(),
|
format!("({main} -> {next} -> {dev}) ").into(),
|
||||||
message.into(),
|
message.into(),
|
||||||
"] ".into(),
|
" ".into(),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue