Skip to content

Commit

Permalink
Fix development-process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 authored and cikzh committed Jan 22, 2024
1 parent eaee690 commit 4c4bb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To determine what version to release we keep to semantic versioning:
`git tag -a -s -m "Version [version]" v[version]`
- [ ] Push the tag to GitHub: `git push origin v[version]`
- [ ] Release on crates.io by running `utils/release.sh`
- [ ] Download the artifacts by running `utils/download-artifacts.sh [github-api-token] [run-id]`
- [ ] Download the artifacts by running `utils/prepare-artifacts.sh --api-token [github-api-token] --run-id [run-id] --download-artifacts --delete-zips --reset`
The run id can be extracted from the URL by going to the `Actions` page on
GitHub and clicking through to the specific packaging run. A GitHub API
token can be generated by going to your personal settings (via your
Expand Down

0 comments on commit 4c4bb0c

Please sign in to comment.