Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Jun 20, 2024
1 parent b610934 commit 68da3d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PROJECT = cloud-init-examples

VERSION = $(shell grep '"version":' codemeta.json | cut -d\" -f 4)

RELEASE_HASH=$(shell git log --pretty=format:'%h' -n 1)

BRANCH = $(shell git branch | grep '* ' | cut -d\ -f 2)

MARKDOWN_PAGES =$(shell ls -1 *.md drafts/*.md | sed -E 's/\.md//g')
Expand Down

0 comments on commit 68da3d8

Please sign in to comment.