Skip to content

Commit

Permalink
Poetry run in the docs. (#810)
Browse files Browse the repository at this point in the history
Co-authored-by: sa-github-api <[email protected]>
  • Loading branch information
DFINITYManu and sa-github-api authored Aug 27, 2024
1 parent 200029e commit 09221a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# How to make a new release

You will need `poetry` installed on your system. After that, run
`poetry install` to update your poetry setup to have the necessary
requirements to produce a new release.
`poetry install` in the DRE repo folder to update your poetry setup
to have the necessary requirements to produce a new release.

Go to the repo root, and check that you don't have any dirty changes and that you are on the main branch.

Expand Down Expand Up @@ -80,7 +80,7 @@ Next, create and push the git tag to the repo, to trigger the release CI workflo
git checkout main
git pull
git status
./bin/mk-release.py --tag 0.5.0
poetry run bin/mk-release.py --tag 0.5.0
```

Wait for the triggered [GH action to finish](https://github.com/dfinity/dre/actions). It will take some time because it's building binaries for x86 and for darwin.
Expand Down

0 comments on commit 09221a6

Please sign in to comment.