Skip to content

Commit

Permalink
Merge pull request #2827 from VisActor/release/1.11.4
Browse files Browse the repository at this point in the history
Release/1.11.4
  • Loading branch information
xile611 authored Jun 18, 2024
2 parents 33ab151 + 75fa834 commit 4d8730e
Show file tree
Hide file tree
Showing 49 changed files with 1,544 additions and 409 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Commit & Push changes
run: |
git add .
git commit -m 'build: prelease version ${{ steps.package-version.outputs.current_version }}' -n
git commit -m 'build: release version ${{ steps.package-version.outputs.current_version }}' -n
git push origin ${{ github.ref_name }}
- name: Collect changelog of rush
Expand All @@ -118,6 +118,10 @@ jobs:
with:
version: ${{ steps.package-version.outputs.current_version }}

- name: Update changelog of harmony
run: node common/scripts/set-changelog-of-harmony.js ${{ steps.package-version.outputs.current_version }} |
${{ steps.changelog.outputs.markdown }}

- name: Create Release for Tag
id: release_tag
uses: ncipollo/release-action@v1.12.0
Expand Down
Loading

0 comments on commit 4d8730e

Please sign in to comment.