daps icon indicating copy to clipboard operation
daps copied to clipboard

Create a release check list tool [sf#220]

Open tomschr opened this issue 9 years ago • 1 comments

Reported by sknorr on 2014-03-14 15:23 UTC DAPS has quite a few subcommands that are useful for optimising/linting the resulting books, especially before a release. However, it is quite hard to remember running all of those before the release. The idea here is to have some mechanism to make sure they are run before a release. These are the commands in question:

  • validate
  • optipng
  • checklink
  • spellcheck
  • stylecheck

However, four of the five tools (the exception being optipng) may make manual intervention necessary. spellcheck is interactive, even. Thus, this is not as simple as creating a command that executes all these commands after each other.

tomschr avatar Mar 03 '15 17:03 tomschr

Proof of concept is now in the DAPS repo in contrib/preflight/daps-preflight.

ghost avatar Nov 25 '16 14:11 ghost

THis is something that can easily be achieved outside of DAPS, WONTFIX

fsundermeyer avatar Nov 06 '23 14:11 fsundermeyer