Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
fix: dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jul 29, 2023
1 parent d9f4d13 commit 2a590b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
- run: |
poetry self add poetry-version-plugin
- uses: bahmutov/npm-install@v1
- run: npx semantic-release
env:
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyKLI"
version = "1.1.1"
version = "0"
description = "Interactive ksqlDB command line client with autocompletion and syntax highlighting"
license = "MIT"
authors = ["Ievgenii Shepeliuk <eshepelyuk@gmail.com>"]
Expand Down Expand Up @@ -39,3 +39,6 @@ line-length = 140
markers = [
"e2e: e2e tests",
]

[tool.poetry-version-plugin]
source = "git-tag"

0 comments on commit 2a590b8

Please sign in to comment.