Skip to content

Commit bf4460b

Browse files
committed
github actions: use fetch-depth: 0 in release to generate relnotes
1 parent e7b9694 commit bf4460b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0 # need tags to generate release notes
1315

1416
- name: Set up Python 3.8
1517
uses: actions/setup-python@v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "investments"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = "Analysis of Interactive Brokers reports for tax reporting in Russia"
55
license = "MIT"
66
authors = ["Maxim Andreev <[email protected]>"]

0 commit comments

Comments
 (0)