Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Commit 2d4c2e3

Browse files
authored
Merge pull request #7 from Shashwatsh/master
Update README.md; fixed a typo
2 parents 5912258 + b087e02 commit 2d4c2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Commit any changes to `acbuild.sh`, and push them.
2020

2121
Add a signed tag:
2222

23-
$ GIT_COMMITTER_NAME="CoreOS Application Signing Key" GIT_COMMITTER_EMAIL="security@coreos.com" git tag -u $RKTSUBKEYID'!' -s v1.0.0 -m "rkt-builder v1.0.0"`
23+
$ GIT_COMMITTER_NAME="CoreOS Application Signing Key" GIT_COMMITTER_EMAIL="security@coreos.com" git tag -u $RKTSUBKEYID'!' -s v1.2.0 -m "rkt-builder v1.2.0"`
2424

2525
Push the tag to GitHub:
2626

@@ -34,7 +34,7 @@ Push the tag to GitHub:
3434
--volume src-dir,kind=host,source="$(pwd)" \
3535
--volume build-dir,kind=host,source="$(pwd)/release-build" \
3636
--interactive \
37-
coreos.com/rkt/builder:v1.0.0
37+
coreos.com/rkt/builder:1.2.0
3838

3939
## Overview
4040

0 commit comments

Comments
 (0)