Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

RELNOTES: Make Mock.record() accept methods of mock objects as well. #712

RELNOTES: Make Mock.record() accept methods of mock objects as well.

RELNOTES: Make Mock.record() accept methods of mock objects as well. #712

name: Draft GitHub Release
on:
push:
branches: [ master ]
jobs:
draft-github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# We need to fetch the full repository in order to write complete
# release notes.
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: current
- name: Run Release Draft Script
run: |
cd scripts/release
npm ci
npm start
env:
# A GitHub API token is required to create a new GitHub release.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}