Skip to content

Commit

Permalink
Dynamically set the draft date
Browse files Browse the repository at this point in the history
This way, each time we commit/push to main the doc will auto-publish with the current date.
  • Loading branch information
spmallette committed Jul 16, 2024
1 parent 255f824 commit 384384e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions book/Practical-Gremlin.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
PRACTICAL GREMLIN: An Apache TinkerPop Tutorial
===============================================
Kelvin R. Lawrence <gfxman@yahoo.com>
v2-001-preview, October 1st 2023
// vim: set tw=85 cc=+1 wrap spell redrawtime=20000:
// Sun Oct 01, 2023 16:15:46 CDT
//:Author: Kelvin R. Lawrence
//:Email: [email protected]
:Numbered:
:source-highlighter: pygments
:pygments-style: paraiso-dark
Expand All @@ -16,8 +8,15 @@ v2-001-preview, October 1st 2023
:doctype: book
:icons: font
//:pdf-page-size: Letter
:draftdate: October 1st, 2023
:draftdate: {localdatetime}
:tpvercheck: 4.0.0

PRACTICAL GREMLIN: An Apache TinkerPop Tutorial
===============================================
Kelvin R. Lawrence <gfxman@yahoo.com>
{revision}, {draftdate}


//
// Some notes about the Asciidoc files and processor
// -------------------------------------------------
Expand Down

0 comments on commit 384384e

Please sign in to comment.