Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(release-please-v4): updated release-please to v4 #491 #688

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,18 @@ on:
push:
branches: [main]

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: New release ⚡️
- name: Release version ⚡️
uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_TOKEN }}
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},
{ "type": "refactor", "section": "Code improvements", "hidden": false},
{ "type": "dependabot", "section": "Dependency updates", "hidden": false}
]'
extra-files: |
README.md
CHANGELOG.md
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.16.0"
}
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

MDM micro-service provides endpoints for internal UKEF applications ranging from counties, currencies, yield rates, interest rates to premium schedule.

**Status** 🚦

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

**CI** 💫

![Lint](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/lint.yml/badge.svg)
![SCA](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/sca.yml/badge.svg)
![QA](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/test.yml/badge.svg)
![Release](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/publish.yml/badge.svg)

**CD** 🚀

![Release](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/deployment.yml/badge.svg?branch=dev)
![Release](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/deployment.yml/badge.svg?branch=staging)
![Release](https://github.com/UK-Export-Finance/mdm-api/actions/workflows/deployment.yml/badge.svg?branch=production)

## Install 💻

```bash
Expand Down
Loading
Loading