Skip to content

docs: add a note about TypeScript and Cypress integration tests #55

docs: add a note about TypeScript and Cypress integration tests

docs: add a note about TypeScript and Cypress integration tests #55

Workflow file for this run

on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/[email protected]
with:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }}