added git comment to CTAN announcment...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-14 01:28:29 +03:00
parent 9a372bd6ec
commit 22e1698a6e

View File

@ -21,6 +21,7 @@ jobs:
apk add make git zip apk add make git zip
git config --global --add safe.directory '*' git config --global --add safe.directory '*'
echo "VERSION=$(make version)" >> $GITHUB_ENV echo "VERSION=$(make version)" >> $GITHUB_ENV
echo "COMMENT=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
make dist ctan-dist make dist ctan-dist
- name: Release - name: Release
@ -64,14 +65,8 @@ jobs:
defining a set of parameters, meta-macros, macros and defining a set of parameters, meta-macros, macros and
environments with reasonable defaults to help typeset, environments with reasonable defaults to help typeset,
build and print books mainly based on visual/image content. build and print books mainly based on visual/image content.
#announcement: > announcement: >
# I'm happy to announce the initial release on CTAN of the ${{ env.COMMENT }}
# 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.