Skip to content

Commit d8c7580

Browse files
fix readme (#4)
1 parent 26e1351 commit d8c7580

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
@@ -22,7 +22,7 @@ We welcome [issues](https://github.com/GovStackWorkingGroup/test-utils/issues) t
2222
1. Merge pull requests with desired changes to the main branch.
2323
- For the best experience, squash-and-merge and use [Conventional Commit Messages](https://conventionalcommits.org/).
2424
2. Find the current version of the orb.
25-
- You can run `circleci orb info GovStackWorkingGroup/testutils | grep "Latest"` to see the current version.
25+
- You can run `circleci orb info govstack-working-group/testutils | grep "Latest"` to see the current version.
2626
3. Create a [new Release](https://github.com/GovStackWorkingGroup/test-utils/releases/new) on GitHub.
2727
- Click "Choose a tag" and _create_ a new [semantically versioned](http://semver.org/) tag. (ex: v1.0.0)
2828
- We will have an opportunity to change this before we publish if needed after the next step.
@@ -31,4 +31,4 @@ We welcome [issues](https://github.com/GovStackWorkingGroup/test-utils/issues) t
3131
- If you have used _[Conventional Commit Messages](https://conventionalcommits.org/)_ it will be easy to determine what types of changes were made, allowing you to ensure the correct version tag is being published.
3232
5. Now ensure the version tag selected is semantically accurate based on the changes included.
3333
6. Click _"Publish Release"_.
34-
- This will push a new tag and trigger your publishing pipeline on CircleCI.
34+
- This will push a new tag and trigger your publishing pipeline on CircleCI.

0 commit comments

Comments
 (0)