Skip to content

Commit

Permalink
chore: update release notes template
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 authored Feb 12, 2024
1 parent a50eb6e commit 77c3b7c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,17 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: |
### Improvements
## Release Notes
**Improvements**
- Update runtipi version to ${{ needs.create-tag.outputs.tagname }}
## How to update
If you are already running runtipi os you can just ssh to the raspberry pi and update the os by running ```cd runtipi/ && ./runtipi-cli update ${{ needs.create-tag.outputs.tagname }} && ./runtipi-cli start```
Please report any bugs or issues with the os so we can fix the as soon as possible.
tag_name: ${{ needs.create-tag.outputs.tagname }}
name: Runtipi OS ${{ needs.create-tag.outputs.tagname }}
draft: false
Expand Down

0 comments on commit 77c3b7c

Please sign in to comment.