Skip to content

Commit

Permalink
More stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 31, 2024
1 parent 54cc9f2 commit 1299255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devdocs/making_a_new_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ In this guide, as an example, `v2.2.0` refers to the version number of the new r
Step 1: Create a new lightweight tag of the form `vMAJOR.MINOR.PATCH`.

```bash
git clone [email protected]:julia-actions/cache.git
cd cache
git clone [email protected]:julia-actions/setup-julia.git
cd setup-julia
git fetch --all --tags

git checkout main
Expand Down Expand Up @@ -51,6 +51,6 @@ git push origin tag v2 --force

## Part 2: Create the GitHub Release

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).
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).

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 comments on commit 1299255

Please sign in to comment.