Add Script to Create Zip Archive for Distribution #71
Labels
💡 enhancement
A new feature or enhancement request
⭐ automation
Topic: project automation and/or repo CI
⚠️ needed
Priority: Medium
images/
subfolder).README.txt
with a brief presentation (needs to be created).LICENSE
file (copy it).:toc:
is set toleft
.:imagesdir:
points to the customimages/
subfolder.hugo-book-vX.Y.Z-html-asciidoc.zip
, wherevX.Y.Z
should be the current version number.README.md
folder contents and project description.README.md
Changelog.When I submitted the first release of the new Hugo Book port to the IF Archive I provided them with a Zip archive (
hugo-book-v1.0.0-html-asciidoc.zip
) containing the HTML book and the standalone AsciiDoc source:This is the same Zip archive which I've added as an attachment to the project release:
But I forgot to include the required images for the AsciiDoc version (not a huge deal, since the HTML doc embeds all the images, so they can be easily extract from it by dragging them to a folder).
So I decided that with the next release I would add to the repository a shell script to automate the creation of these Zip archives for quick distribution. Although it's not mandatory that I add this script with the upcoming version, it would be a good time to do so.
The text was updated successfully, but these errors were encountered: