Skip to content

Commit dbd8eda

Browse files
committed
another fix?
1 parent 20beaca commit dbd8eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: dbus-iface-markdown/justfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION := "1.0.0"
2-
PATCH := "1"
2+
RELEASE := "1"
33

44
set dotenv-load := true
55

@@ -12,7 +12,7 @@ format:
1212
#
1313

1414
tag:
15-
tito tag --use-version '{{VERSION}}'
15+
tito tag --use-version '{{VERSION}}' --use-release '{{RELEASE}}'
1616

1717
bundle:
1818
tar -czf dbus-iface-markdown-{{VERSION}}.tar.gz bin LICENSE README.md
@@ -21,7 +21,7 @@ push:
2121
git push origin --follow-tags
2222

2323
gh-release:
24-
bash ./scripts/release.sh '{{VERSION}}' '{{PATCH}}'
24+
bash ./scripts/release.sh '{{VERSION}}' '{{RELEASE}}'
2525

2626
apply-copr:
2727
coprctl apply -f ./copr.yml

0 commit comments

Comments
 (0)