Skip to content

Commit

Permalink
feat: Add last-updated-at to record
Browse files Browse the repository at this point in the history
cf. #214
  • Loading branch information
liquidz committed May 5, 2023
1 parent 2f8d519 commit 000b099
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/antq/record.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@
;; Keep only the newest version in the same file.
only-newest-version?
;; Ignore versions that match the specified version range
exclude-versions])
exclude-versions
;; Last updated java.time.ZonedDateTime (required `--check-stale` option)
;; This is the last update date and time at the Maven/Git repository level, not the version level.
last-updated-at])

0 comments on commit 000b099

Please sign in to comment.