Skip to content

Commit 3707eda

Browse files
committed
release: use 0xlong GPG IDs
1 parent f5fd5e4 commit 3707eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/MAINTAINER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ for requirements to perform the release, and more details about the tool.
8989
[stack-installer README](https://github.com/borsboom/stack-installer#readme)
9090

9191
* Push signed Git tag, matching Github release tag name, e.g.: `git tag -u
92-
9BEFB442 vX.Y.Z && git push origin vX.Y.Z`
92+
0x575159689BEFB442 vX.Y.Z && git push origin vX.Y.Z`
9393

9494
* Reset the `release` branch to the released commit, e.g.: `git checkout release
9595
&& git merge --ff-only vX.Y.Z && git push origin release`

etc/scripts/release.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ main =
5151
gGitRevCount <- length . lines <$> readProcess "git" ["rev-list", "HEAD"] ""
5252
gGitSha <- trim <$> readProcess "git" ["rev-parse", "HEAD"] ""
5353
gHomeDir <- getHomeDirectory
54-
let gGpgKey = "9BEFB442"
54+
let gGpgKey = "0x575159689BEFB442"
5555
gAllowDirty = False
5656
gGithubReleaseTag = Nothing
5757
Platform arch _ = buildPlatform

0 commit comments

Comments
 (0)