;tools: just relbin: assume "origin" remote name
This commit is contained in:
parent
909a903137
commit
b9100f3471
4
Justfile
4
Justfile
@ -1121,8 +1121,8 @@ relprep VER:
|
||||
|
||||
# Push the current branch to github to generate release binaries.
|
||||
@relbin:
|
||||
# assumes the github remote is named "github"
|
||||
git push -f github HEAD:binaries
|
||||
# assumes the github remote is named "origin"
|
||||
git push -f origin HEAD:binaries
|
||||
|
||||
# Show last release date (of hledger package).
|
||||
@reldate:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user