Skip to content

Commit

Permalink
docs: readme logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed May 30, 2022
1 parent ee18292 commit a733efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src='./.github/logo.svg' width='200px'/>
<img src='./.github/logo.svg' width='125px'/>
</p>

<p align="center">
Expand Down
1 change: 1 addition & 0 deletions create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit a733efa

Please sign in to comment.