Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed May 10, 2024
1 parent 6a22757 commit 4e6b202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -39,4 +39,7 @@ out
site

# Generated dokka
docs/api
docs/api

# Python virtual env
venv
4 changes: 3 additions & 1 deletion docs/releasing.md
Expand Up @@ -89,6 +89,8 @@ gh alias set --shell closeMilestone "echo '{\"state\": \"closed\"}' | gh api --m
### Install or update the doc generation dependencies

```bash
python3 -m venv venv
source venv/bin/activate
pip3 install --requirement docs/requirements.txt
```

Expand Down Expand Up @@ -164,7 +166,7 @@ echo '{
"description": ""
}' | gh createMilestone && \
mkdocs gh-deploy
gh release create v{{ leak_canary.next_release }} ./shark-cli/build/distributions/shark-cli-{{ leak_canary.next_release }}.zip --title v{{ leak_canary.next_release }} --notes 'See [Change Log](https://square.github.io/leakcanary/changelog)'
gh release create v{{ leak_canary.next_release }} ./shark/shark-cli/build/distributions/shark-cli-{{ leak_canary.next_release }}.zip --title v{{ leak_canary.next_release }} --notes 'See [Change Log](https://square.github.io/leakcanary/changelog)'
```

* Open the [v{{ leak_canary.next_release }} release](https://github.com/square/leakcanary/releases/tag/v{{ leak_canary.next_release }}) to confirm everything looks good.
Expand Down

0 comments on commit 4e6b202

Please sign in to comment.