Compare commits

...
7 Commits
Author SHA1 Message Date
Jonathan Teran Carballo ac66a7409b chore: bump version and update CHANGELOG.md [skip ci] 2026-02-11 07:44:06 -03:00
bitbucket-pipelines 7d246fd4a2 chore: bump version and update CHANGELOG.md [skip ci] 2026-02-11 10:41:14 +00:00
JonathanGitFlowandjt e9ef77d9fc Merged in bugfix/test-pipeline-change (pull request #63)
bugfix: test pipeline change

Approved-by: Jonathan Teran
2026-02-11 10:40:39 +00:00
Jonathan Teran Carballo f2eb5af5f2 bugfix: test pipeline change 2026-02-11 07:38:24 -03:00
bitbucket-pipelines 7c938f207f chore: bump version and update CHANGELOG.md [skip ci] 2026-02-11 00:06:32 +00:00
JonathanGitFlowandjt d571267966 Merged in feature/update-project-name (pull request #62)
feature: actualizo nombre y descripcion del proyecto

Approved-by: Jonathan Teran
2026-02-11 00:06:09 +00:00
jt 41d6957901 feature: actualizo nombre y descripcion del proyecto 2026-02-10 21:05:41 -03:00
3 changed files with 25 additions and 2 deletions
+21
View File
@@ -1,3 +1,24 @@
## v1.13.2 - 2026-02-11
- **bugfix**: test pipeline change [[jteran](mailto:jteran@renatre.org.ar)] (f2eb5af)
---
## v1.13.1 - 2026-02-11
- **bugfix**: test pipeline change [[jteran](mailto:jteran@renatre.org.ar)] (f2eb5af)
---
## v1.13.0 - 2026-02-11
- **feature**: actualizo nombre y descripcion del proyecto [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (41d6957)
---
## v1.12.3 - 2026-02-11 ## v1.12.3 - 2026-02-11
- **bugfix**: taggeo todos los commits localmente, incluso en ci [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (5d23bb6) - **bugfix**: taggeo todos los commits localmente, incluso en ci [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (5d23bb6)
+2
View File
@@ -10,5 +10,7 @@ pipelines:
script: script:
- pip install uv - pip install uv
- uv run git-flow tag --token=$BEARER - uv run git-flow tag --token=$BEARER
- git status
- git log --oneline -5
- uv build - uv build
- uv publish --token=$PYPI_TOKEN - uv publish --token=$PYPI_TOKEN
+2 -2
View File
@@ -3,8 +3,8 @@ requires = ["setuptools >= 80", "setuptools-scm[simple] >= 8" ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "git-flow" name = "git-flow-envs"
description = "Git workflow automation to follow best practices" description = "Git workflow automation to follow best practices when working with multiple environments"
dynamic = ["version"] dynamic = ["version"]
requires-python = ">= 3.10" requires-python = ">= 3.10"
dependencies = [ dependencies = [