github.com/nilium/gitlab-runner@v12.5.0+incompatible/scripts/changelog2releasepost (about)

     1  #!/bin/sh
     2  # -*- mode: shell-script; -*-
     3  
     4  cat CHANGELOG.md | \
     5    sed 's|^- \(.*\) !\([0-9][0-9]*\)$|* [\1](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/\2)|'