Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Sep 4, 2023
1 parent b31fa0d commit 55365c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ cargo test --workspace

## Release a new version of the extension
Once your changes are on the `main` branch and you wish to release a new version of the extension, the process consists of the following steps:
1. Create a new GitHub Release with the extension's binaries. The whole process is automated using GitHub Actions. Go to https://github.com/dfinity/dfx-extensions/actions/workflows/release-with-github.yml and click `Run workflow`, then follow the instructions in the pop-up menu. Alternatively, you can trigger this workflow from your shell by navigating to the repository directory and running:
1. Create a new GitHub Release with the extension's binaries. The whole process is automated using GitHub Actions. Go to https://github.com/dfinity/dfx-extensions/actions/workflows/release-with-github.yml and click `Run workflow`, then follow the instructions in the pop-up menu. Alternatively, you can trigger this workflow from your shell by navigating to the repository directory and running (in this example, we're releasing `nns` extension, version `1.2.3`):
```console
gh workflow run "release-with-github.yml" -f whichCrate=nns -f semverVersion=1.2.3
```
Once the workflow finishes running, it will open a PR that you need to review and merge.
Once the workflow finishes running, it will open a PR that you need to review and merge.

2. Copy the relevant section from the extension's `CHANGELOG.md` to the description in GitHub Releases.

## Styleguides
Expand Down

0 comments on commit 55365c9

Please sign in to comment.