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 -1
View File
@@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src='./.github/logo.svg' width='200px'/> <img src='./.github/logo.svg' width='125px'/>
</p> </p>
<p align="center"> <p align="center">
+1
View File
@@ -205,6 +205,7 @@ release_flow() {
git push --atomic origin main "$NEW_TAG_WITH_V" git push --atomic origin main "$NEW_TAG_WITH_V"
git checkout dev git checkout dev
git merge --no-ff main -m 'chore: merge main into dev' git merge --no-ff main -m 'chore: merge main into dev'
git push origin dev
git branch -d "$RELEASE_BRANCH" git branch -d "$RELEASE_BRANCH"
} }