Skip to content

Commit

Permalink
Merge pull request #135 from onfido/update-release-notes
Browse files Browse the repository at this point in the history
Update CHANGELOG and delivery job for CI
  • Loading branch information
dvacca-onfido authored Jul 5, 2024
2 parents 8ffa2b0 + 5af3683 commit 90a4348
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ONFIDO_SAMPLE_MOTION_ID_1: ${{ secrets.ONFIDO_SAMPLE_MOTION_ID_1 }}
ONFIDO_SAMPLE_MOTION_ID_2: ${{ secrets.ONFIDO_SAMPLE_MOTION_ID_2 }}

publish-npm:
publish:
runs-on: ubuntu-latest
needs: integration-tests
environment: delivery
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACTION_ACCESS_TOKEN }}
ref: ${{ github.ref_name }}
ref: master
- uses: actions/setup-node@v4
with:
node-version: 16.x
Expand All @@ -80,4 +80,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
- name: Update and commit CHANGELOG.md
uses: onfido/onfido-actions/update-changelog@main
uses: onfido/onfido-actions/update-changelog@main
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.2.0 2nd July 2024

- Release based on Onfido OpenAPI spec version [v3.1.0](https://github.com/onfido/onfido-openapi-spec/releases/tag/v3.1.0):
- Add missing fields in document report's properties

## v3.1.0 24th June 2024

- Library has been updated and automatically generated from [Onfido OpenAPI Spec](https://github.com/onfido/onfido-openapi-spec) (release [v3.0.0](https://github.com/onfido/onfido-openapi-spec/releases/tag/v3.0.0))
Expand Down

0 comments on commit 90a4348

Please sign in to comment.