Skip to content

Commit

Permalink
add git sha to every release
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Mar 9, 2024
1 parent 1ff42e1 commit 2b6dc48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cv.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
#set document(title: "Harry Randazzo's CV", author: "Harry Randazzo", keywords: ("software engineer", "razzle","harry randazzo", "cv", "resume"))
#set page(
margin: (x: 0.5in, y: 0.5in),
footer: [
#set text(8pt)
#let commit = read(".git/refs/heads/main").trim().slice(0, 7)
#let url = "https://github.com/Noxsios/cv/tree/"+commit
`git checkout` #link(url)[#raw(commit)]
]
)
#set text(
size: 11pt,
Expand Down

0 comments on commit 2b6dc48

Please sign in to comment.