Skip to content

Commit 4ec5e3c

Browse files
committed
fingerprint for a new ssh deploy key which has read-write permission to push tag back to project github repo
1 parent 7c84beb commit 4ec5e3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ workflows:
8585
publish-version-tag: true
8686
fail-if-semver-not-indicated: false
8787
bot-user: racker-autobot
88-
ssh-fingerprints: "5c:13:24:90:7e:0f:c9:d5:f7:16:55:3e:86:d9:5b:64"
88+
ssh-fingerprints: "SHA256:0Qmlu2nMYT17t2Gj+0SyCjYP1qYVbz6pZc0jwlILOyc"
8989
requires:
9090
- integration-tests-for-your-orb
9191
filters:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ https://circleci.com/account/api
1010
* From the root execute publish-alpha.sh.
1111

1212
## How to release an orb?
13-
Add a commit subject containing the text `[semver:patch|minor|major|skip]` in the first line while merging to master.
13+
In the merge commit subject title bar add the text `[semver:patch|minor|major|skip]` while merging to master.
14+
1415
e.g. Merge pull request #33 from rackerlabs/python38-executor [semver:patch]
1516

1617

0 commit comments

Comments
 (0)