Skip to content

Commit

Permalink
Add step to prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 1, 2025
1 parent 91ba964 commit 140b91a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This document describes the release process and is targeted at maintainers.

## Preparation

Check the existing tags:

```sh
git tag
```

Pick a name for the new release. It must follow
[Semantic Versioning](https://semver.org):

Expand Down

0 comments on commit 140b91a

Please sign in to comment.