Skip to content

Commit

Permalink
HACKING: add steps for creating a GH release as well
Browse files Browse the repository at this point in the history
we do that since v2.20, so make sure it's written down
  • Loading branch information
lazka committed Dec 8, 2024
1 parent e7b46ae commit e3fe20f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ git push origin +v2
# Fetch the new changed major version tag
cd ..
git fetch origin --tags --force

# Create a new GH release named "v2.x.x" from the release tag
# https://github.com/msys2/setup-msys2/releases/new?tag=v2.x.x
# Copy over the changelog entry to the GH release and set as latest release
```

> NOTE: tag `tag-for-git-describe` is used for testing `git describe --dirty --tags` in CI. See [actions/checkout#250](https://github.com/actions/checkout/issues/250).

0 comments on commit e3fe20f

Please sign in to comment.