Skip to content

Commit

Permalink
Changes wrong commands
Browse files Browse the repository at this point in the history
Hey @tay1orjones I fixed these commands. Last release I noticed that by copying these wasn't working. But these new one were working
  • Loading branch information
guidari authored Dec 3, 2024
1 parent 410ae98 commit 41d4a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ cases, follow these steps below to ensure a proper patch release:
- [ ] Checkout to the tag of the release you want to publish a patch for (most
likely the latest release tag, to find the previous release, view the
[tag list](https://github.com/carbon-design-system/carbon/tags)).
`git checkout release/vX.Y.Z`
`git checkout vX.Y.Z`
- [ ] Create a new release branch with the intended version to be released.
Should be the same release that we previously checked out to incremented
by +0.0.1 to account for a new patch version.
Expand Down Expand Up @@ -331,7 +331,7 @@ cases, follow these steps below to ensure a proper patch release:
```

```bash
git push upstream vX.Y.Z
git push upstream refs/tags/vX.Y.Z
```

- [ ] Verify that your push triggered a release action
Expand Down

0 comments on commit 41d4a96

Please sign in to comment.