Skip to content

Commit

Permalink
Update doc references to release-operator folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Apr 13, 2022
1 parent c687f18 commit d2cedca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In the release branch, update the version numbers in the `Cargo.toml` files of a

Push the release branch and create a pull request and label it as `release`. Once the CI build completed successfully, merge the pull-request and mention the new version in the commit, e.g. `Release v0.1.2`.

The [release-operator](./release-operator) will run in the scope of GitHub Actions' [CD](./.github/workflows/cd.yml) workflow. It will yield a set of compiled binaries, their checksums and a new GitHub Release with all artifacts attached.
The [release-operator](./tools/release-operator) will run in the scope of GitHub Actions' [CD](./.github/workflows/cd.yml) workflow. It will yield a set of compiled binaries, their checksums and a new GitHub Release with all artifacts attached.

Next, publish the release by running `cargo publish` for each crate.

Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ As seen above, the release operator requires the maintainer to:
### Detect a Release

```shell
# release-operator/
# tools/release-operator/
cargo run -- detect --sha <commit-sha> --label <release-label>
```

Expand Down Expand Up @@ -113,7 +113,7 @@ The release operator defines "outputs" which can be read by subsequent steps wit
### Publish a List of Crates

```shell
# release-operator/
# tools/release-operator/
cargo run -- publish \
--token <crates.io-token> \
--crate ../fj \
Expand Down

0 comments on commit d2cedca

Please sign in to comment.