Skip to content

Commit

Permalink
feat: added justfiles instead of clog
Browse files Browse the repository at this point in the history
  • Loading branch information
ElhamAryanpur committed Jul 24, 2023
1 parent b74b626 commit 050ed51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file uses Just https://github.com/casey/just | This file also assumes you use a shell


release_tag := "1.0.0"

# use this syntax: just release_tag="0.0.0" update-changelog
update-changelog:
git cliff --unreleased --tag {{release_tag}} --prepend CHANGELOG.md

0 comments on commit 050ed51

Please sign in to comment.