Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81a0578830 | ||
|
|
d035c02cf7 | ||
|
|
5d23bb6e8c | ||
|
|
04c1b47551 | ||
|
|
5b91c44c41 | ||
|
|
98bf7e7f9c | ||
|
|
c7d25203c7 | ||
|
|
7ac8376247 |
@@ -1,3 +1,17 @@
|
||||
## v1.12.3 - 2026-02-11
|
||||
|
||||
- **bugfix**: taggeo todos los commits localmente, incluso en ci [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (5d23bb6)
|
||||
|
||||
---
|
||||
|
||||
|
||||
## v1.12.2 - 2026-02-10
|
||||
|
||||
- **bugfix**: test pipeline change [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (98bf7e7)
|
||||
|
||||
---
|
||||
|
||||
|
||||
## v1.12.1 - 2026-02-10
|
||||
|
||||
- **bugfix**: agrego paso de build al pipeline [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (ade86f1)
|
||||
|
||||
@@ -50,7 +50,7 @@ class TagCommand(Command):
|
||||
if ci:
|
||||
Git("push").exec(print="Subiendo commit al remoto para taggearlo")
|
||||
self.success(self.get_remote_api(token).create_tag(next_tag, tag_commit))
|
||||
else:
|
||||
|
||||
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
|
||||
|
||||
def get_token_and_ci(self, args: Namespace):
|
||||
|
||||
Reference in New Issue
Block a user