harbour-golem.changes.run.in 846 B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. #
  3. # Rename this file as harbour-golem.changes.run to let mb2 automatically
  4. # generate changelog from well formatted Git commit messages and tag
  5. # annotations.
  6. git-change-log
  7. # Here are some basic examples how to change from the default behavior. Run
  8. # git-change-log --help inside the Sailfish OS SDK chroot or build engine to
  9. # learn all the options git-change-log accepts.
  10. # Use a subset of tags
  11. #git-change-log --tags refs/tags/my-prefix/*
  12. # Group entries by minor revision, suppress headlines for patch-level revisions
  13. #git-change-log --dense '/[0-9]+.[0-9+$'
  14. # Trim very old changes
  15. #git-change-log --since 2014-04-01
  16. #echo '[ Some changelog entries trimmed for brevity ]'
  17. # Use the subjects (first lines) of tag annotations when no entry would be
  18. # included for a revision otherwise
  19. #git-change-log --auto-add-annotations