Skip to content

3.40.0

3.40.0 #50

Workflow file for this run

name: Automatic Draft Release
on:
push:
tags:
- "v*"
jobs:
create-draft-release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Build
run: npm ci && npm run build
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
dist/webchat.js
dist/webchat.esm.js
OSS_LICENSES.txt
body: |
### Potentially breaking changes
### New Features
### Bug Fixes
### Improvements