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

Commit

Permalink
[STABLE] Bump Beta to Stable (#165)
Browse files Browse the repository at this point in the history
* Require correct version of Parity

* Bump beta to stable
  • Loading branch information
amaury1093 committed Jul 12, 2018
1 parent 1e8e124 commit 02a6242
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parity-ui",
"version": "0.2.7",
"version": "0.2.8",
"description": "The Electron app for Parity UI",
"main": ".build/electron.js",
"jsnext:main": ".build/electron.js",
Expand All @@ -25,7 +25,7 @@
"Parity"
],
"parity": {
"channel": "beta"
"channel": "stable"
},
"scripts": {
"build": "npm run build:inject && npm run build:app && npm run build:electron && npm run build:embed",
Expand Down
6 changes: 3 additions & 3 deletions scripts/publish-snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -e # fail on any error
set -u # treat unset variables as error

case ${CI_COMMIT_REF_NAME} in
master|ci-package|v0.3*) export CHANNEL="edge";;
v0.2*) export CHANNEL="beta";;
v0.1*) export CHANNEL="stable";;
master|ci-package|v0.4*) export CHANNEL="edge";;
v0.3*) export CHANNEL="beta";;
v0.2*) export CHANNEL="stable";;
*) echo "No release" exit 0;;
esac
echo "Release channel :" $CHANNEL " Branch/tag: " $CI_COMMIT_REF_NAME
Expand Down

0 comments on commit 02a6242

Please sign in to comment.