Skip to content

Commit 875f8d5

Browse files
committed
Updated create-release recipe
1 parent 361545a commit 875f8d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.justfile

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ generate-notes *tag:
1616
sh ./scripts/generate-notes.sh {{tag}}
1717

1818
create-release *tag:
19+
git push --tags
20+
git checkout master
21+
git push
1922
gh release create "$(just get-version-tag '{{tag}}')" --title "$(just generate-title '{{tag}}')" --notes "$(just generate-notes '{{tag}}')"
2023

2124
add-tag:

0 commit comments

Comments
 (0)