Skip to content

Commit

Permalink
push to HEAD in make push_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Mar 8, 2022
1 parent 2eca778 commit 169542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ endif
@sed 's/__VERSION__/$(NEW_VERSION)/g' script/Version.swift.template > Source/SwiftLintFramework/Models/Version.swift
git commit -a -m "release $(NEW_VERSION)"
git tag -a $(NEW_VERSION) -m "$(NEW_VERSION_AND_NAME)"
git push origin master
git push origin HEAD
git push origin $(NEW_VERSION)

%:
Expand Down

0 comments on commit 169542a

Please sign in to comment.