diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 376cfebab..d6e6e97d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/package.json b/package.json index 7c40b5bba..6b590cbee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "root", - "version": "0.0.0", "private": true, "workspaces": { "packages": [