Skip to content

Commit 81a70f6

Browse files
committed
ci: fixed github setup and build workflow
1 parent dd23322 commit 81a70f6

File tree

4 files changed

+371
-7
lines changed

4 files changed

+371
-7
lines changed

.github/workflows/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## What's New (v0.2.0)
1+
## What's New (v0.2.1)
22

33
### Improvements
44
- Transitioned to `uv` for package management

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ jobs:
8686
run: |
8787
uv pip compile pyproject.toml -o uv-lock.yaml
8888
89-
- name: Install dependencies using uv
90-
run: |
91-
uv sync --file uv-lock.yaml
92-
9389
- name: Set project version dynamically
9490
run: |
9591
new_version="${{ needs.details.outputs.new_version }}"
@@ -144,7 +140,7 @@ jobs:
144140
- name: Generate Release Notes
145141
id: generate_notes
146142
run: |
147-
echo "## What's New (v0.2.0)" > release-notes.md
143+
echo "## What's New (v0.2.1)" > release-notes.md
148144
echo "" >> release-notes.md
149145
echo "### Improvements" >> release-notes.md
150146
echo "- Transitioned to \`uv\` for package management" >> release-notes.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autocommitt"
3-
version = "v0.2.0"
3+
version = "v0.2.1"
44
description = "A CLI tool for generating editable commit messages locally using Ollama."
55
authors = [
66
{ name = "Spartan-71", email = "anishdabhane71@gmail.com" }

0 commit comments

Comments
 (0)