-
Notifications
You must be signed in to change notification settings - Fork 659
Web and light wallets release procedure
Abit edited this page Jan 14, 2019
·
4 revisions
(outdated, should rewrite and move it to https://github.com/bitshares/bitshares-ui)
- Checkout and test graphene-ui master
- Add release notes to
graphene-ui/release-notes.txt - Commit your changes
- Clone openledger graphene-ui
- Add upstream repo
git remote add cnx https://github.com/cryptonomex/graphene-ui - Fetch upstream
git fetch cnx - Merge upstream/master
git merge cnx/master - Run
npm installindl/and inweb/ - Commit changes to openledger repository
- Tag using in this format:
2.X.YYMMDD - Push including tags
git push --tags - Build (
cd web/ && npm run build) - Open
dist/index.htmland make sure everything is working and the version in status bar matches tag - Clone
https://github.com/cryptonomex/faucetand checkoutolbranch and install gems with bundle command - In faucet dir run
mina wallet- this will deploy to 'ol' server (specified in.ssh/config) - Alternatively, copy the dist folder directly to the server: scp dist/* bitshares.openledger.info:/www/current/public/wallet/
- Open https://bitshares.openledger.info and make sure there are no errors and version matches release tag
- (one time) Install NSIS
-
git clone https://github.com/bitshares/bitshares-2-uibranchbitshares - Add upstream repo
git remote add cnx https://github.com/cryptonomex/graphene-ui - Fetch upstream
git fetch cnx - Merge upstream/master into bitshares branch
git merge cnx/master - Run
npm installindl/,web/and inelectron/ - Tag it with release version
- Edit
electron/build/package.jsonand update version - Commit your changes and push both commits and tags
- Build it in
web/vianpm run electroncommand - Goto to
electron/ - Build light wallet via
npm run releasecommand - It will create dmg/deb/exe file in
releases/ - Make sure created file name matches tag/version
- Run installer and test the app
- Go to bitshares-2 repo
- Update gui_version, commit, tag and push - this will create a new tag
- Open https://github.com/bitshares/bitshares-2/releases, create new release under tag created in previous step
- Specify release notes, upload dmg/deb/exe wallets created earlie
- Go to bitshares.gihub.io repo (
git clone https://github.com/bitshares/bitshares.github.io) - Copy
bitshares-2-ui/web/dist/*towallet/ - Edit
_includes/download.htmland update download links and gui release date - Commit and push