We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c06ed5 commit 6036890Copy full SHA for 6036890
.github/workflows/release.yml
@@ -0,0 +1,15 @@
1
+name: Create Release from Tag
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - "v*.*.*"
7
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v4
14
+ - name: Release
15
+ uses: softprops/action-gh-release@v2
pyproject.toml
@@ -7,7 +7,7 @@ package-dir = { "" = "src" }
[project]
name = "tokdu"
-version = "0.1.1"
+version = "0.1.2"
description = "A token counting TUI tool that respects .gitignore and skips binary files"
readme = "README.md"
authors = [
0 commit comments