-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
After changes and before pushing to GitHub, we usually want to:
- check if the cljs build still works (
lein cljsbuild once main
) - check if the jar build still works (
lein uberjar
) - update the samples in the README, starting here
- update package version number (maybe something with org mode macros?)
The README.org already have build instructions and code for samples embedded in babel blocks.
Can we call emacs with org-mode babel to run all source blocks and fail if a shell source block has non-zero exit status?
We could have a Makefile with
update-readme:
emacs --batch … README.org
Alternatively we could add build rules in the Makefile but that would actually be redundant to the README.org.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels