From 22e1698a6eda9aa7d5b65e87dae7ef70f7cc6512 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 14 Nov 2022 01:28:29 +0300 Subject: [PATCH] added git comment to CTAN announcment... Signed-off-by: Alex A. Naanou --- .github/workflows/make-dist.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index a193b49..683fc2e 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -21,6 +21,7 @@ jobs: apk add make git zip git config --global --add safe.directory '*' echo "VERSION=$(make version)" >> $GITHUB_ENV + echo "COMMENT=$(git log -1 --pretty=%B)" >> $GITHUB_ENV make dist ctan-dist - name: Release @@ -64,14 +65,8 @@ jobs: defining a set of parameters, meta-macros, macros and environments with reasonable defaults to help typeset, build and print books mainly based on visual/image content. - #announcement: > - # I'm happy to announce the initial release on CTAN of the - # photobook document class. - # - # The photobook class extends the book class defining a set - # of parameters, meta-macros, macros and environments with - # reasonable defaults to help typeset, build and print books - # mainly based on visual/image content. + announcement: > + ${{ env.COMMENT }}