Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 10, 2024
1 parent 412a555 commit 8ef2f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process. Follow the instructions below for creating a new release.
1. Ensure local `master` branch is up to date with `origin/master`:

```sh
git fetch --tags && git pull --tags
git fetch --all --tags
```

2. Ensure all checks are passing:
Expand All @@ -33,6 +33,7 @@ process. Follow the instructions below for creating a new release.

```sh
git tag vX.Y.Z
git push
git push --tags
```

Expand Down

0 comments on commit 8ef2f2c

Please sign in to comment.