Skip to content

Commit

Permalink
fix: regenerate credits _after_ the version has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Sep 12, 2023
1 parent 8d0a368 commit dc7ff58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ bench BENCH="":


# Get/Set version.
version: credits
version:
#!/usr/bin/env bash
# Current version.
Expand All @@ -176,6 +176,9 @@ version: credits
# Set the release version!
just _version "{{ justfile_directory() }}" "$_ver2"
# Update the credits.
just credits
# Set version for real.
@_version DIR VER:
Expand Down

0 comments on commit dc7ff58

Please sign in to comment.