Skip to content

Commit

Permalink
feat: Release v0.1.104
Browse files Browse the repository at this point in the history
This commit updates the version of the `aicommit` package to 0.1.104 across `Cargo.toml`, `Cargo.lock`, `package.json`, and the `version` file. It also updates the GitHub Actions workflow to use `GH_TOKEN` instead of `GITHUB_TOKEN` for pushing to the homebrew tap.
  • Loading branch information
suenot committed Feb 1, 2025
1 parent e5dd6a1 commit 9e74dcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
permissions:
contents: write
packages: write
pull-requests: write
actions: read
checks: write
repositories: write

jobs:
build-and-release:
Expand Down Expand Up @@ -288,7 +284,7 @@ jobs:
with:
repository: suenot/homebrew-tap
path: homebrew-tap
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

- name: Download macOS binaries
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aicommit"
version = "0.1.102"
version = "0.1.104"
edition = "2021"
authors = ["Eugen Soloviov <[email protected]>"]
description = "A CLI tool that generates concise and descriptive git commit messages using LLMs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"postinstall": "chmod +x index.js",
"start": "node index.js"
},
"version": "0.1.102"
"version": "0.1.104"
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.102
0.1.104

0 comments on commit 9e74dcf

Please sign in to comment.