Skip to content

Commit e50c817

Browse files
author
Paul Dreik
committed
update release instructions
new gpg key, plus don't forget to push the tag
1 parent 9944731 commit e50c817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release_new_version.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ VERSION.txt
55
ChangeLog
66

77
make a (signed) git tag:
8-
git config user.signingkey C9D9A0EA44EAE0EB
8+
git config user.signingkey CB203176838B7194
99
git tag -s releases/$(cat VERSION.txt)
10+
git push origin releases/$(cat VERSION.txt)
1011

1112
release a tar ball:
1213
git clean -xdf .
@@ -19,7 +20,7 @@ key=$(git config user.signingkey)
1920
pkg=rdfind-$(cat VERSION.txt).tar.gz
2021
gpg -u $key -a -b $pkg
2122

22-
cat VERSION>table.txt
23+
cat VERSION.txt>table.txt
2324
git show-ref --hash=8 releases/$(cat VERSION.txt) >>table.txt
2425
echo $pkg >>table.txt
2526
echo $pkg.asc >>table.txt

0 commit comments

Comments
 (0)