Skip to content

Commit

Permalink
⏪ remove changelog generator for now
Browse files Browse the repository at this point in the history
breaks on existing commit OID
  • Loading branch information
Roms1383 committed Mar 28, 2023
1 parent 56d73ea commit cff1061
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
run: cargo install [email protected]
- name: ♻️ cache Rust dependencies
uses: Swatinem/rust-cache@v2
- name: 📋 generate CHANGELOG.md
run: gitmoji-changelog . -o CHANGELOG.md
- name: 🔖 create GitHub release
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG.md
- name: 🦀 publish to crates.io
uses: katyo/publish-crates@v2
with:
Expand Down

0 comments on commit cff1061

Please sign in to comment.