We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20beaca commit dbd8edaCopy full SHA for dbd8eda
dbus-iface-markdown/justfile
@@ -1,5 +1,5 @@
1
VERSION := "1.0.0"
2
-PATCH := "1"
+RELEASE := "1"
3
4
set dotenv-load := true
5
@@ -12,7 +12,7 @@ format:
12
#
13
14
tag:
15
- tito tag --use-version '{{VERSION}}'
+ tito tag --use-version '{{VERSION}}' --use-release '{{RELEASE}}'
16
17
bundle:
18
tar -czf dbus-iface-markdown-{{VERSION}}.tar.gz bin LICENSE README.md
@@ -21,7 +21,7 @@ push:
21
git push origin --follow-tags
22
23
gh-release:
24
- bash ./scripts/release.sh '{{VERSION}}' '{{PATCH}}'
+ bash ./scripts/release.sh '{{VERSION}}' '{{RELEASE}}'
25
26
apply-copr:
27
coprctl apply -f ./copr.yml
0 commit comments