Skip to content

Commit

Permalink
github actions: use fetch-depth: 0 in release to generate relnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Oct 18, 2020
1 parent e7b9694 commit bf4460b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # need tags to generate release notes

- name: Set up Python 3.8
uses: actions/setup-python@v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "investments"
version = "0.1.22"
version = "0.1.23"
description = "Analysis of Interactive Brokers reports for tax reporting in Russia"
license = "MIT"
authors = ["Maxim Andreev <[email protected]>"]
Expand Down

0 comments on commit bf4460b

Please sign in to comment.