$ git clone https://github.com/HSLdevcom/jore-map-ui
$ cd jore-map-ui && yarn install
$ yarn start
Runs at http://localhost:3000/
:release-prod
tag, when code is pushed torelease-prod
branch:stage
tag, when code is pushed tomaster
branch:develop
tag, when code is pushed todevelop
branch
git checkout master && git pull origin master
yarn run release
-(major
/minor
/patch
)- checkouts to a
Release-x.x.x
branch, creates a new tag, updates change log, pushes changes to remote
- checkouts to a
- make a pull request from
Release-x.x.x
branch ->master
branch - make a pull request from
master
branch ->release-prod
branch - deploy via
hsl gitlab/jore/jore-map-deploy
repository
MIT © HSL