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 e2eee05
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ 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 e2eee05

Please sign in to comment.