Skip to content

Commit

Permalink
Add line about pushing the tag to trigger the release
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-j committed May 14, 2024
1 parent b8ba392 commit 8219b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Now tag the commit. First we create the tag and add a message (remember to inser
git tag -a x.x.x -m "openghg_calscales release vx.x.x"
```

Next push the tag. This will trigger the automated release by GitHub Actions.

```console
git push origin x.x.x
```
Expand Down

0 comments on commit 8219b95

Please sign in to comment.