Skip to content

Commit e081b5e

Browse files
committed
chore(ci): test release
1 parent 262f03d commit e081b5e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to NPM
22

33
on:
44
release:
5-
types: [published]
5+
types: [published, created]
66
workflow_dispatch:
77
inputs:
88
version:

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ jobs:
6767
tag_name: v${{ steps.version-check.outputs.current_version }}
6868
release_name: Release v${{ steps.version-check.outputs.current_version }}
6969
body: |
70-
## Changes in v${{ steps.version-check.outputs.current_version }}
70+
## Release v${{ steps.version-check.outputs.current_version }}
7171
72-
This release was automatically created due to a version bump in package.json.
72+
**Diff since previous release:**
73+
[View changes](https://github.com/${{ github.repository }}/compare/v${{ steps.version-check.outputs.npm_version }}...v${{ steps.version-check.outputs.current_version }})
7374
74-
### Version Changes
75+
**Version changes:**
7576
- Previous: ${{ steps.version-check.outputs.npm_version }}
7677
- Current: ${{ steps.version-check.outputs.current_version }}
7778
draft: false

0 commit comments

Comments
 (0)