Skip to content

Executing release on UK-Export-Finance/exip πŸš€ #165

Executing release on UK-Export-Finance/exip πŸš€

Executing release on UK-Export-Finance/exip πŸš€ #165

Workflow file for this run

# EXIP Git Hub Actions
#####################################
# This GHA is responsible for release version updates.
name: Automated release
run-name: Executing release on ${{ github.repository }} πŸš€
on:
push:
branches: [fix/EMS-2484-release-please-v-4-update]
permissions:
contents: write
pull-requests: write
jobs:
# 1. `package.json`, `README.md` and `CHANGELOG.md` updates
release:
name: Release setup πŸ”§
runs-on: ubuntu-latest
steps:
- name: Release version ⚑️
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node
target-branch: fix/EMS-2484-release-please-v-4-update
config-file: release-config.json
manifest-file: release-manifest.json