Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Documented how to publish with all features.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Sep 9, 2021
1 parent abe0e88 commit 6ee185c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
components: rustfmt, rust-src

- name: Build Documentation
run: cargo doc --all --no-deps

- name: Build Documentation
run: cargo doc --all --no-deps
run: cargo doc --features full --no-deps

- name: Deploy
if: github.ref == 'refs/heads/main'
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,12 @@ Unless you explicitly state otherwise, any contribution intentionally submitted

## How to generate the changelog

Run

```bash
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator --user jorgecarleitao --project arrow2 --token TOKEN
```

## How to publish

```bash
cargo publish --features full
```

0 comments on commit 6ee185c

Please sign in to comment.