File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : |
5353 git config --global user.name 'GitHub'
5454 git config --global user.email 'github@users.noreply.github.com'
55- git add ./setup.py ./pyproject.toml
55+ git add ./setup.py ./pyproject.toml ./jock/__init__.py
5656 git commit -m "Released $NEW_VERSION to Test PyPI"
5757 git push
Original file line number Diff line number Diff line change 4949 git config --global user.name 'GitHub'
5050 git config --global user.email 'github@users.noreply.github.com'
5151 git checkout -b release-$NEW_VERSION
52- git add ./setup.py ./pyproject.toml
52+ git add ./setup.py ./pyproject.toml ./jock/__init__.py
5353 git commit -m "$COMMIT_MESSAGE"
5454 git push --set-upstream origin release-$NEW_VERSION
5555 echo "CURRENT_REF=$(git show-ref --hash --head HEAD)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 5353 git config --global user.name 'GitHub'
5454 git config --global user.email 'github@users.noreply.github.com'
5555 git checkout -b release-$NEW_VERSION
56- git add ./setup.py ./pyproject.toml
56+ git add ./setup.py ./pyproject.toml ./jock/__init__.py
5757 git commit -m "$COMMIT_MESSAGE"
5858 git push --set-upstream origin release-$NEW_VERSION
5959 echo "CURRENT_REF=$(git show-ref --hash --head HEAD)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 3232 COVERALLS_PARALLEL : true
3333 run : |
3434 pytest --cov=jock
35- coveralls
35+ coveralls --service=github
3636 coveralls :
3737 name : Finish Coveralls
3838 needs : validate_python
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ repositories:
8181 location : ../users
8282
8383groups :
84- - name : services
84+ services :
8585 repositories :
8686 - auth-service
8787 - user-service
Original file line number Diff line number Diff line change 1- __version__ = '0.1.0a19 '
1+ __version__ = '0.2.1 '
Original file line number Diff line number Diff line change 11[project ]
22name = " jock"
33# This will be updated automatically
4- version = " 0.2.0 "
4+ version = " 0.2.1 "
55description = " Group and manage multiple git repositories"
66authors = [
77 " Gavin Fenton <contact@gavinfenton.com>"
Original file line number Diff line number Diff line change 77setup (
88 name = 'git-jock' ,
99 # This will be updated automatically
10- version = '0.2.0 ' ,
10+ version = '0.2.1 ' ,
1111 author = 'Gavin Fenton' ,
1212 author_email = 'contact@gavinfenton.com' ,
1313 description = 'Git helper for multi-repository management' ,
You can’t perform that action at this time.
0 commit comments