You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ We welcome [issues](https://github.com/GovStackWorkingGroup/test-utils/issues) t
22
22
1. Merge pull requests with desired changes to the main branch.
23
23
- For the best experience, squash-and-merge and use [Conventional Commit Messages](https://conventionalcommits.org/).
24
24
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.
26
26
3. Create a [new Release](https://github.com/GovStackWorkingGroup/test-utils/releases/new) on GitHub.
27
27
- Click "Choose a tag" and _create_ a new [semantically versioned](http://semver.org/) tag. (ex: v1.0.0)
28
28
- 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
31
31
- 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.
32
32
5. Now ensure the version tag selected is semantically accurate based on the changes included.
33
33
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