mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Do not commit and push changelog during release (#2977)
This is done prior to the release
This commit is contained in:
parent
f0209c786f
commit
80ce114663
16
.github/workflows/publish-yew.yml
vendored
16
.github/workflows/publish-yew.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user