Skip to content

Commit

Permalink
Add body_path to describe release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 14, 2020
1 parent d3d4eae commit e130848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
prerelease: ${{ endsWith(github.ref, '-dev') }}
body_path: changelog.md
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Changes for 10.0 ##

* Added a button to open the selected feed as HTML in the default web browser.
* If a new feed cannot be created, this will be notified in an error dialog.
* Improved order and presentation of some articles.
* More feeds may be supported.
* When the feeds dialog is opened, the list of feeds will be focused instead of the search edit box.
* You can choose if the search edit box is placed after the list of feeds, useful to focus the list event when switching from another window without closing the Feeds dialog.
* Added a button to copy the feed address to clipboard from the feeds dialog.

0 comments on commit e130848

Please sign in to comment.