docs: readme logo size

This commit is contained in:
Jack Wills
2022-05-30 13:39:49 +00:00
parent ee182928e1
commit a733efa658
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -205,6 +205,7 @@ release_flow() {
git push --atomic origin main "$NEW_TAG_WITH_V"
git checkout dev
git merge --no-ff main -m 'chore: merge main into dev'
git push origin dev
git branch -d "$RELEASE_BRANCH"
}