Skip to content

Commit

Permalink
v0.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Sep 24, 2022
1 parent 66a32e9 commit 512791a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ jobs:
run: |
gh release upload ${{ github.ref_name }} NotepadNext-Windows-Qt5.15.2-Installer/NotepadNext-${{ github.ref_name }}-Installer.exe
- name: Upload Windows Zip
run: |
gh release upload ${{ github.ref_name }} NotepadNext-Windows-Qt5.15.2-Zip/NotepadNext-${{ github.ref_name }}.zip
- name: Upload Linux AppImage
run: |
gh release upload ${{ github.ref_name }} NotepadNext-Linux-Qt5.15.2-AppImage/NotepadNext-x86_64.AppImage
Expand Down
1 change: 1 addition & 0 deletions deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<launchable type="desktop-id">com.github.dail8859.NotepadNext.desktop</launchable>
<releases>
<release version="v0.5.5" date="2022-09-24" />
<release version="v0.5.4" date="2022-08-01" />
<release version="v0.5.3" date="2022-07-05" />
<release version="v0.5.2" date="2022-05-26" />
Expand Down
1 change: 0 additions & 1 deletion doc/Create Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- Tag commit with new version number
- Push commit and tag to GitHub
- Once GitHub action finishes, edit draft notes of new release that was automatically created
- Download the zip, rename, upload to the draft release (the zip is not automatically uploaded)
- Publish

## Manually Build Release
Expand Down
2 changes: 1 addition & 1 deletion src/Version.pri
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# along with Notepad Next. If not, see <https://www.gnu.org/licenses/>.


APP_VERSION = "0.5.4"
APP_VERSION = "0.5.5"
APP_COPYRIGHT = "Copyright 2019-2022 Justin Dailey"

0 comments on commit 512791a

Please sign in to comment.