Skip to content

Commit 1299255

Browse files
authored
More stuff
1 parent 54cc9f2 commit 1299255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devdocs/making_a_new_release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ In this guide, as an example, `v2.2.0` refers to the version number of the new r
77
Step 1: Create a new lightweight tag of the form `vMAJOR.MINOR.PATCH`.
88

99
```bash
10-
git clone git@github.com:julia-actions/cache.git
11-
cd cache
10+
git clone git@github.com:julia-actions/setup-julia.git
11+
cd setup-julia
1212
git fetch --all --tags
1313

1414
git checkout main
@@ -51,6 +51,6 @@ git push origin tag v2 --force
5151

5252
## Part 2: Create the GitHub Release
5353

54-
Go to the [Releases](https://github.com/julia-actions/cache/releases) section of this repo and create a new release (using the GitHub web interface).
54+
Go to the [Releases](https://github.com/julia-actions/setup-julia/releases) section of this repo and create a new release (using the GitHub web interface).
5555

5656
For the "choose a tag" drop-down field, select the `v2.2.0` tag that you created and pushed in Part 1 of this guide.

0 commit comments

Comments
 (0)