Skip to content

Commit cc7a2a9

Browse files
author
saying121
committed
fix(ci): add commit msg
1 parent 78edd8e commit cc7a2a9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ jobs:
191191

192192
- name: Generate completions
193193
if: ${{ matrix.os == 'ubuntu-latest' && matrix.target == 'x86_64-unknown-linux-gnu' }}
194+
env:
195+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196+
COMMIT_MSG: |
197+
generate shell completions
194198
run: |
195199
./target/x86_64-unknown-linux-gnu/release/lcode --generate=zsh | tee ./completions/_lcode
196200
./target/x86_64-unknown-linux-gnu/release/lcode --generate=bash | tee ./completions/lcode.bash

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [0.8.1] - 2024-04-28
10+
11+
### Fixed
12+
13+
- Cli: `lcode fzy detail` and `lcode generate` help
14+
915
## [0.8.0] - 2024-04-28
1016

1117
### Added

0 commit comments

Comments
 (0)