Skip to content

Commit

Permalink
Merge pull request #28 from thin-edge/build-add-tag-task
Browse files Browse the repository at this point in the history
build: add release task
  • Loading branch information
reubenmiller authored Dec 5, 2023
2 parents 7208e8d + 545f431 commit 7191ec1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ build-all-variants: extract customize
just VARIANT=pi023 bake
# just VARIANT=pi4 bake
just VARIANT=pi45 bake

# Trigger a release (by creating a tag)
release:
git tag -a "{{VERSION}}" -m "{{VERSION}}"
git push origin "{{VERSION}}"

0 comments on commit 7191ec1

Please sign in to comment.