Skip to content

Commit

Permalink
chore: start new version
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 10, 2024
1 parent 54819ee commit d54fe3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Generate release note
id: tag
uses: ffurrer2/extract-release-notes@v2
with:
release_notes_file: RELEASE_NOTES.md
- name: Check release note
run: |
cat RELEASE_NOTES.md
- name: Download Linux binary from artifact
uses: actions/download-artifact@v3
- name: Release
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 = "fontfor"
version = "0.4.3"
version = "0.4.4-alpha.1"
authors = ["7sDream <i@7sdre.am>"]
edition = "2021"
description = "find fonts which can show a specified character and preview them in terminal or browser"
Expand Down

0 comments on commit d54fe3d

Please sign in to comment.