Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marzeq committed Sep 26, 2022
1 parent 3daa9cd commit c3e4b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions scripts/githubrelease.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash
VERSION=$(awk -F'"' '/"version": ".+"/{ print $4; exit; }' package.json)
git commit -am "v$VERSION"
git push
gh release create $VERSION dist/xbox-cloud-gaming-electron_$VERSION.* --generate-notes
6 changes: 1 addition & 5 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
tsc
electron-builder --publish never

sh scripts/githubrelease.sh
sh scripts/aurrelease.sh
tsc && electron-builder --publish never && sh scripts/githubrelease.sh && sh scripts/aurrelease.sh

0 comments on commit c3e4b6f

Please sign in to comment.