From 827e7ab074c3a34e7392090bee9e367a0e61405f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 19 Jun 2024 17:11:22 -0300 Subject: Fix: archive right after doing a build --- ChangeLog.md | 5 +++++ Makefile.bookup | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 44edfac..829a3e5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog +## v0.1.5 - 2024-06-19 + +* [x] Archive after doing a build, making sure that the current tag is already + in the archive (and hence can have a permalink upfront). + ## v0.1.4 - 2024-06-11 ### Fixes diff --git a/Makefile.bookup b/Makefile.bookup index 2701b1b..87bdfb9 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -197,7 +197,7 @@ move_book: assemble: @$(BOOKUP)/bin/assemble -book: archive compile_book bookdown move_book clean +book: compile_book bookdown move_book clean archive # # Notes -- cgit v1.2.3