File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3535 poetry build
3636 echo ::set-output name=wheel_name::investments-${GITHUB_REF#refs/tags/}-py3-none-any.whl
3737
38+ - name : Generate Release Notes
39+ run : |
40+ echo '## Changes since previous release:' > changelog.md
41+ git log --oneline $(git describe --tags --abbrev=0 HEAD^)..HEAD --pretty=format:"- [%h](https://github.com/cdump/investments/commit/%H) %s" >> changelog.md
42+
3843 - name : Create Release
3944 id : create_release
4045 uses : actions/create-release@latest
4550 release_name : Release ${{ github.ref }}
4651 draft : false
4752 prerelease : false
53+ body_path : changelog.md
4854
4955 - name : Upload Release Asset
5056 id : upload-release-asset
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " investments"
3- version = " 0.1.21 "
3+ version = " 0.1.22 "
44description = " Analysis of Interactive Brokers reports for tax reporting in Russia"
55license = " MIT"
66authors = [
" Maxim Andreev <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments