Skip to content

Commit

Permalink
Do not commit and push changelog during release (#2977)
Browse files Browse the repository at this point in the history
This is done prior to the release
  • Loading branch information
hamza1311 committed Nov 25, 2022
1 parent f0209c7 commit 80ce114
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish-yew.yml
Expand Up @@ -42,22 +42,6 @@ jobs:
crate: cargo-release
version: 0.18.5

- name: Build changelog generator
run: cargo build --release -p changelog
working-directory: tools

- name: Generate changelog
uses: mathiasvr/command-output@v1
id: changelog
with:
run: ./target/release/changelog yew ${{ github.event.inputs.level }} -t ${{ secrets.GITHUB_TOKEN }}

- name: Commit changelog
run: |
git add CHANGELOG.md
git commit -m "update CHANGELOG.md for yew release"
git push origin master
- name: Release yew-macro
run: cargo release ${PUBLISH_LEVEL} --token ${CRATES_TOKEN} --execute --no-confirm --package yew-macro
env:
Expand Down

0 comments on commit 80ce114

Please sign in to comment.