mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
added git comment to CTAN announcment...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9a372bd6ec
commit
22e1698a6e
11
.github/workflows/make-dist.yml
vendored
11
.github/workflows/make-dist.yml
vendored
@ -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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user