Skip to content

Commit

Permalink
Merge pull request #45 from nvda-es/changelogs
Browse files Browse the repository at this point in the history
Changelog support by default
  • Loading branch information
josephsl authored Oct 19, 2024
2 parents 185fe05 + 986d14e commit 185fe41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ jobs:
uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: ls -R
- name: Calculate sha256
run: sha256sum packaged_addon/*.nvda-addon >> changelog.md

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
packaged_addon/*.nvda-addon
packaged_addon/*.pot
body_path: changelog.md
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }}
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Use this file to explain what has changed in your add-on since the previous release. This will be included automatically in the release description when used with GitHub actions.

Don't modify the following line, unless you also remove SHA256 sum calculation from the workflow. This line must be the last one in the file.

SHA256:

0 comments on commit 185fe41

Please sign in to comment.