diff options
author | EuAndreh <eu@euandre.org> | 2021-03-05 18:15:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 01:27:00 -0300 |
commit | 65cf8196ea66e207c8c6f5015192eb0b34463457 (patch) | |
tree | 70789808399aa65770188043835235759d0d7217 /aux/workflow/public.sh | |
parent | Empty initial commit (diff) | |
download | gistatic-65cf8196ea66e207c8c6f5015192eb0b34463457.tar.gz gistatic-65cf8196ea66e207c8c6f5015192eb0b34463457.tar.xz |
Add base project skeleton files
Diffstat (limited to 'aux/workflow/public.sh')
-rw-r--r-- | aux/workflow/public.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/aux/workflow/public.sh b/aux/workflow/public.sh new file mode 100644 index 0000000..4c90225 --- /dev/null +++ b/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" |