Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.4.1 #313

build(deps-dev): bump prettier from 2.8.8 to 3.4.1

build(deps-dev): bump prettier from 2.8.8 to 3.4.1 #313

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 }}
sync-semver-tags: true
build-command: npm ci