Skip to content

Executing release on UK-Export-Finance/mdm-api πŸš€ #232

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

Executing release on UK-Export-Finance/mdm-api πŸš€ #232

Workflow file for this run

# MDM-API Git Hub Actions
#####################################
# This GHA is responsible for release version updates.
name: Automated release
run-name: Executing release on ${{ github.repository }} πŸš€
on:
push:
branches: [ main ]
jobs:
# 1. `package.json`, `README.md` and `CHANGELOG.md` updates
release:
name: Release setup πŸ”§
runs-on: ubuntu-latest
steps:
- name: New release ⚑️
uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: uk-export-finance/mdm-api
changelog-types: '[
{ "type": "feat", "section": "Features", "hidden": false},
{ "type": "fix", "section": "Bug Fixes", "hidden": false},
{ "type": "chore", "section": "Miscellaneous", "hidden": false},
{ "type": "docs", "section": "Documentation", "hidden": false}
]'
extra-files: |
README.md
CHANGELOG.md