We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9944731 commit e50c817Copy full SHA for e50c817
release_new_version.txt
@@ -5,8 +5,9 @@ VERSION.txt
5
ChangeLog
6
7
make a (signed) git tag:
8
-git config user.signingkey C9D9A0EA44EAE0EB
+git config user.signingkey CB203176838B7194
9
git tag -s releases/$(cat VERSION.txt)
10
+git push origin releases/$(cat VERSION.txt)
11
12
release a tar ball:
13
git clean -xdf .
@@ -19,7 +20,7 @@ key=$(git config user.signingkey)
19
20
pkg=rdfind-$(cat VERSION.txt).tar.gz
21
gpg -u $key -a -b $pkg
22
-cat VERSION>table.txt
23
+cat VERSION.txt>table.txt
24
git show-ref --hash=8 releases/$(cat VERSION.txt) >>table.txt
25
echo $pkg >>table.txt
26
echo $pkg.asc >>table.txt
0 commit comments