Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: include git push in release cmd #66

Merged
merged 2 commits into from
Mar 3, 2022

Conversation

saintedlama
Copy link
Collaborator

No description provided.

@coveralls
Copy link

coveralls commented Feb 27, 2022

Pull Request Test Coverage Report for Build 1926097089

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.385%

Totals Coverage Status
Change from base Build 1903546969: 0.0%
Covered Lines: 755
Relevant Lines: 854

💛 - Coveralls

release.cmd Outdated
@@ -4,6 +4,8 @@ git checkout master
git pull || echo Could not pull changes from origin && exit /b

dotnet run --project Versionize --framework net6.0 || echo Exiting. Could not create a new version using versionize && exit /b
git push --follow-tags origin master || echo Exiting. Could push changes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guessing you meant to put could not or couldn't.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍 the exit was missing as well...

@saintedlama saintedlama merged commit e985c68 into master Mar 3, 2022
@saintedlama saintedlama deleted the push-tags-in-release-cmd branch March 3, 2022 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants