Skip to content

Commit b8d6a23

Browse files
committed
Remove old method of creating a release from README.
1 parent 64af032 commit b8d6a23

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
# PGP Whitelist
22

33
This repo contains shared whitelist of PGP keys used in dependency verification by Wren Security projects.
4-
5-
6-
## Creating Release
7-
8-
```
9-
read -p "Enter new version: " VERSION
10-
git tag -s $VERSION -m "Release $VERSION"
11-
git push --tags
12-
mvn deploy -Psign
13-
```

0 commit comments

Comments
 (0)