Skip to content

Commit

Permalink
Merge pull request #6 from husarion/small-update
Browse files Browse the repository at this point in the history
changelog and final workflow update
  • Loading branch information
byq77 authored Apr 13, 2023
2 parents 06ebb85 + 9376a11 commit a37fec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.build.outputs.tag_name }}
generate_release_notes: "true"
generate_release_notes: "false"
token: ${{ secrets.GH_PAT }}
draft: "false"
name: ${{ needs.build.outputs.release_name }}
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,6 @@ TODO: add changes

### Fixed
- repo dependencies
- troubleshooting for Python 3.10.x and pio build for Mbed OS 5.15
- Done some build troubleshooting for Python 3.10.x
- updated workflows
- fixed version print at startup

0 comments on commit a37fec6

Please sign in to comment.