Skip to content

Commit d17b0b2

Browse files
committed
build: bump version to 1.2.4 and fix release workflow
1 parent e22e447 commit d17b0b2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
draft: false
7575
prerelease: false
7676
token: ${{ secrets.GITHUB_TOKEN }}
77+
generate_release_notes: false
7778

7879
- name: Output Release Status
7980
run: echo "Release for v${{ needs.check-version-bump.outputs.version }} created successfully"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Upload Python Package
1010

1111
on:
1212
release:
13-
types: [published, created]
13+
types: [published, created, released]
1414

1515
permissions:
1616
contents: read

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.4] - 2025-03-05
4+
### 🛠️ Fixes
5+
- Fix GitHub release workflow to trigger PyPI publishing correctly
6+
- Add "released" type to the publish workflow trigger
7+
- Ensure GitHub releases are properly formatted
8+
39
## [1.2.3] - 2025-03-05
410
### 🛠️ Fixes
511
- Fix auto-release workflow to correctly detect version bump commits

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commitloom"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
description = "Weave perfect git commits with AI-powered intelligence"
55
authors = ["Petru Arakiss <petruarakiss@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)