Skip to content

Commit

Permalink
small update to maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Sep 22, 2023
1 parent e856f12 commit aa04019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/MAINTAINER.md
Expand Up @@ -56,7 +56,7 @@ git checkout -b release/$RELEASE origin/dev
# edit pyproject.toml file to update the version
poetry version $RELEASE
git add pyproject.toml
git commit -m "Bump version"
git commit -m "Version $RELEASE"

# 6. Pushed release branch to remote repository
git push --set-upstream origin release/$RELEASE
Expand Down

0 comments on commit aa04019

Please sign in to comment.