Skip to content

Commit

Permalink
Merge pull request #30 from frontegg/FR-18385-add-audits-and-applicat…
Browse files Browse the repository at this point in the history
…ions-to-release-flow

add audits and applications
  • Loading branch information
yossi-frontegg authored Nov 20, 2024
2 parents 348cfc7 + 5f4216d commit a2f4a80
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,16 @@ function mapEndpoints(endpoints, serviceEndpointPrefix) {
}

function listOpenAPIs() {
return ['agent.json', 'entitlements.json', 'identity.json', 'scim.json', 'sso.json', 'tenants.json'];
return [
'agent.json',
'entitlements.json',
'identity.json',
'scim.json',
'sso.json',
'tenants.json',
'applications.json',
'audits.json',
];
}

function generateReleaseDescription(newEndpoints, missingEndpoints, deprecatedEndpoints) {
Expand Down

0 comments on commit a2f4a80

Please sign in to comment.