Skip to content

Commit

Permalink
ci: fix change log release info (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin authored Dec 22, 2024
1 parent 303960c commit 45975fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
# Generate changelog for the current release
- name: Generate Changelog
run: |
CHANGELOG=$(npx conventional-changelog -p angular -r 1)
CHANGELOG=$(npx conventional-changelog -p angular -r 2 | sed '/^# \[\]/d' | sed '/./,$!d')
echo "changelog=$CHANGELOG" >> $GITHUB_ENV
- name: Create Github Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: packages/*/*.vsix
fail_on_unmatched_files: true
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "root",
"version": "0.0.0",
"private": true,
"workspaces": {
"packages": [
Expand Down

0 comments on commit 45975fe

Please sign in to comment.