Skip to content

Commit fff6093

Browse files
Release build 4.2.1 [ci release]
1 parent a3ebb94 commit fff6093

File tree

3 files changed

+62
-26
lines changed

3 files changed

+62
-26
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@ jobs:
4242
skip_checkout: true
4343
branch: "releases"
4444

45+
- name: Collect commit ranges
46+
run: |
47+
echo "$(git log $(git describe --tags $(git rev-list --tags --max-count=1))...HEAD --pretty='format:- %s')" > ${{ github.workspace }}-CHANGELOG.txt
48+
4549
- name: Create Release
4650
uses: softprops/action-gh-release@v1
4751
env:
4852
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4953
with:
54+
body_path: ${{ github.workspace }}-CHANGELOG.txt
5055
draft: false
5156
prerelease: false
5257
tag_name: ${{ github.event.inputs.version }}

package-lock.json

+56-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-node": "^11.1.0",
4646
"fast-folder-size": "^1.7.1",
4747
"jasmine": "^4.5.0",
48-
"puppeteer": "^19.7.1",
48+
"puppeteer": "^19.7.2",
4949
"rollup": "^3.5.0",
5050
"rollup-plugin-dynamic-import-variables": "^1.1.0",
5151
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)