huridocs/uwazi

View on GitHub
scripts/merge_and_bump_production.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

git checkout production
git pull origin production
git merge origin/staging -X theirs --no-commit --no-ff
yarn version
git push origin production