Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fb0ba0c39 | ||
|
|
5b6beb7c08 | ||
|
|
c54cb95ed7 |
@@ -1,3 +1,10 @@
|
||||
## v1.9.1 - 2025-12-15
|
||||
|
||||
- **bugfix**: uso rama actual cuando esta es un entorno [[jteran](mailto:jteran@renatre.org.ar)] (c54cb95)
|
||||
|
||||
---
|
||||
|
||||
|
||||
## v1.9.0 - 2025-12-15
|
||||
|
||||
- **bugfix**: uso env actual en vez de rama actual para listar ramas [[jteran](mailto:jteran@renatre.org.ar)] (5d33b29)
|
||||
|
||||
@@ -46,6 +46,10 @@ class BranchCommand(Command):
|
||||
|
||||
self.current_branch = Git.get_current_branch()
|
||||
self.environments = self.flowconfig["flow.branches"].split(",")
|
||||
|
||||
if self.current_branch in self.environments:
|
||||
current_environment = self.current_branch
|
||||
else:
|
||||
(current_environment, _) = self.get_branch_env_and_type(self.current_branch)
|
||||
|
||||
if args.trash:
|
||||
|
||||
Reference in New Issue
Block a user