Skip to content

Commit

Permalink
changelog part without version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 5, 2024
1 parent f00d79b commit 4761c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Filter CHANGELOG
run: |
sed '1,/## \[${{ github.ref_name }}/d;/## \[/Q' CHANGELOG.md > CHANGELOG_LATEST.md
sed '1,/## \[/d;/## \[/Q' CHANGELOG.md > CHANGELOG_LATEST.md
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4761c4d

Please sign in to comment.