Skip to content

Commit

Permalink
doc: clean release process
Browse files Browse the repository at this point in the history
  • Loading branch information
SamK committed Mar 5, 2024
1 parent 9f1b77c commit 1c9c580
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ make install

## Release

```
make clean build tests
git tag ...
git push && git push --tags
make install
1. Freeze requirements
1. test, tag and push
```
make clean build tests
git tag ...
git push && git push --tags
```

## Execute locally
Expand Down

0 comments on commit 1c9c580

Please sign in to comment.