Skip to content

Merge pull request #407 from pagopa/develop #25

Merge pull request #407 from pagopa/develop

Merge pull request #407 from pagopa/develop #25

Workflow file for this run

name: Release
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
paths-ignore:
- "CODEOWNERS"
- "**.md"
- ".**"
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
with:
persist-credentials: false
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
with:
node-version: 20
scope: 'cycjimmy'
- name: Release
id: sem-release
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 #v4.1.0
with:
extra_plugins: |
semantic-release/release-notes-generator#148d97c53d42617d661905eb12166cb1438f0fba #v13.0.0
semantic-release/git#3e934d45f97fd07a63617c0fc098c9ed3e67d97a #v10.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}