diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-24 22:03:41 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-24 22:03:41 -0300 |
| commit | 5087b8a4beb9777fb04352e9cccf25b842a4afa2 (patch) | |
| tree | 3f5412af75b3bc5547e91ab027c65c56dca4560e /sh | |
| parent | fake-symlinks: aux/guix/pinned-channels.scm: Use xyz-euandreh by default, use... (diff) | |
| download | dotfiles-5087b8a4beb9777fb04352e9cccf25b842a4afa2.tar.gz dotfiles-5087b8a4beb9777fb04352e9cccf25b842a4afa2.tar.xz | |
fake-symlinks: Add aux/workflow/public.sh
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/templates/aux/workflow/public.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sh/templates/aux/workflow/public.sh b/sh/templates/aux/workflow/public.sh new file mode 100644 index 00000000..4c902250 --- /dev/null +++ b/sh/templates/aux/workflow/public.sh @@ -0,0 +1,15 @@ +#!/bin/sh +set -eu + +PROJECT_UC="$1" +PROJECT="$2" +MAILING_LIST="$3" + +sh aux/workflow/TODOs.sh "$PROJECT_UC" "$PROJECT" "$MAILING_LIST" +sh aux/workflow/README.sh "$PROJECT_UC" "$PROJECT" "$MAILING_LIST" + +if [ -f CHANGELOG.md ]; then + sh aux/workflow/commonmark.sh "$PROJECT" CHANGELOG.md +fi + +sh aux/ci/report.sh "$PROJECT" |
