Skip to content

Commit

Permalink
Add warning text to update-versions justfile recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Dec 20, 2024
1 parent 6255f0e commit bd8f3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ update-upstream:

# update VERSIONS.md file using the actual versions from roles' files
update-versions:
@echo "generating versions diff..."
@echo "Generating versions diff..."
@echo "WARNING: for this to work correctly, both main and fresh local branches need to be up-to-date."
@python bin/versions.py
@python bin/versions.diff.py
@python bin/commitmsg.py
Expand Down

0 comments on commit bd8f3f6

Please sign in to comment.