Skip to content

chore(deps-dev): bump esmock from 2.5.6 to 2.6.4 #179

chore(deps-dev): bump esmock from 2.5.6 to 2.6.4

chore(deps-dev): bump esmock from 2.5.6 to 2.6.4 #179

Workflow file for this run

name: release
on:
workflow_dispatch:
inputs:
semver:
description: The semver to use
required: true
default: patch
type: choice
options:
- patch
- minor
- major
pull_request:
types: [closed]
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: nearform-actions/optic-release-automation-action@v4
with:
semver: ${{ github.event.inputs.semver }}
commit-message: 'chore: release {version}'
build-command: npm ci