Skip to content

Commit

Permalink
Document git shortlog issue in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 10, 2024
1 parent c4c22ca commit fdbb9dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,10 @@ end2end_mocked: $(done_dir)/develop_$(pymn)_$(PACKAGE_LEVEL).done $(package_py_f
authors: AUTHORS.md
@echo "Makefile: $@ done."

# Make sure the AUTHORS.md file is up to date but has the old date when it did not change to prevent redoing dependent targets
# Make sure the AUTHORS.md file is up to date but has the old date when it did
# not change to prevent redoing dependent targets. In GitHub Actions, the
# 'git shortlog' command does not return authors anymore since around 8/2024.
# This is tolerated by leaving the file unchanged.
AUTHORS.md: _always
echo "# Authors of this project" >AUTHORS.md.tmp
echo "" >>AUTHORS.md.tmp
Expand Down

0 comments on commit fdbb9dc

Please sign in to comment.