Closed Samasaur1 closed 5 years ago
Here's what's new:
Here's what has to happen:
git checkout master git pull git tag -s v$VERSION -m "Version $VERSION: $DESCRIPTION" git push --tags git checkout development git pull git rebase master git push
git checkout master
git pull
git tag -s v$VERSION -m "Version $VERSION: $DESCRIPTION"
git push --tags
git checkout development
git rebase master
git push
Generated by :no_entry_sign: Danger Swift against 9a67fedc9841c5eac0ef4dc8a2087b95cd1bf3b5
Here's what's new:
Here's what has to happen: