Skip to content

Commit

Permalink
chore: Silence echos in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Feb 28, 2025
1 parent 4f8acd0 commit 21c65f3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@ gen-constants: && fmt

[private]
print_debian_hint:
echo "-----------------------------------------------------------------------"
echo "Next, please update and build the Debian package from this repository:"
echo ""
echo " https://salsa.debian.org/rumpelsepp/gallia"
echo ""
echo "with the following command:"
echo ""
echo " $ gbp buildpackage --git-upstream-tag=$(cz version -p)"
echo ""
echo "Note that this will change once gallia is accepted in Debian."
echo ""
echo "Upload the package to the release with:"
echo ""
echo " $ gh release upload v$(cz version -p) DEB_FILE"
@echo "-----------------------------------------------------------------------"
@echo "Next, please update and build the Debian package from this repository:"
@echo ""
@echo " https://salsa.debian.org/rumpelsepp/gallia"
@echo ""
@echo "with the following command:"
@echo ""
@echo " $ gbp buildpackage --git-upstream-tag=$(cz version -p)"
@echo ""
@echo "Note that this will change once gallia is accepted in Debian."
@echo ""
@echo "Upload the package to the release with:"
@echo ""
@echo " $ gh release upload v$(cz version -p) DEB_FILE"

release increment: && print_debian_hint
cz bump --increment {{ increment }}
Expand Down

0 comments on commit 21c65f3

Please sign in to comment.