mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
force changelog from tag
This commit is contained in:
parent
e9b2ff5126
commit
7ed9cd5471
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -120,6 +120,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ github.token }}
|
||||
tag: ${{ github.ref_name }}
|
||||
fromTag: "v0.10.4"
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -755,7 +755,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||
|
||||
[[package]]
|
||||
name = "skim"
|
||||
version = "0.11.7"
|
||||
version = "0.11.8"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"beef",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "skim"
|
||||
version = "0.11.7"
|
||||
version = "0.11.8"
|
||||
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
|
||||
description = "Fuzzy Finder in rust!"
|
||||
documentation = "https://docs.rs/skim"
|
||||
|
|
|
|||
Loading…
Reference in a new issue