From 17c8a7528259ea25ec2fc260bdc8706ee3f83dec Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 18 Nov 2025 13:16:10 -0300 Subject: Fix: apply fixes to the frontmatter citation mechanism --- bin/archive | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/archive') diff --git a/bin/archive b/bin/archive index ca0b610..d79d411 100755 --- a/bin/archive +++ b/bin/archive @@ -52,10 +52,6 @@ fi # Check if the revision is a tag if git tag | grep -q "^${REVISION}$"; then - # Save info on the latest tagged release - mkdir -p $METADATA - echo $REVISION > $LATEST - # Check if archive does not exists if [ ! -d "$ARCHIVE/$REVISION" ]; then echo "# $BASENAME: archiving $REVISION..." -- cgit v1.2.3