Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Mar 1, 2024
1 parent e61aadb commit 27624b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
name: komokana-${{ matrix.target }}
path: |
target/${{ matrix.target }}/release/komokana.exe
target/${{ matrix.target }}/release/komokana.exe
retention-days: 7
- name: Generate changelog
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -95,7 +94,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --skip-validate --rm-dist --release-notes=CHANGELOG.md
args: release --skip-validate --clean --release-notes=CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_TOKEN: ${{ secrets.SCOOP_TOKEN }}
SCOOP_TOKEN: ${{ secrets.SCOOP_TOKEN }}
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ builds:
- cp ".\target\x86_64-pc-windows-msvc\release\komokana.exe" ".\dist\komokana_windows_amd64_v1\komokana.exe"

archives:
- replacements:
windows: pc-windows-msvc
amd64: x86_64
- name_template: "{{ .ProjectName }}-{{ .Version }}-x86_64-pc-windows-msvc"
format: zip
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}-{{ .Os }}"
files:
- LICENSE
- komokana.example.yaml
Expand All @@ -33,4 +30,4 @@ checksum:
name_template: checksums.txt

changelog:
sort: asc
sort: asc
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 = "komokana"
version = "0.1.1"
version = "0.1.2"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "A daemon that switches kanata keyboard layers in response to komorebi events"
categories = ["cli", "tiling-window-manager", "windows", "keyboard"]
Expand Down

0 comments on commit 27624b9

Please sign in to comment.