-
Notifications
You must be signed in to change notification settings - Fork 2
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
[INTER-167] Semantic release #142
Merged
TheUnderScorer
merged 14 commits into
feature/INTER-166-shared-workflows
from
feature/INTER-167-semantic-release
Oct 30, 2023
Merged
[INTER-167] Semantic release #142
TheUnderScorer
merged 14 commits into
feature/INTER-166-shared-workflows
from
feature/INTER-167-semantic-release
Oct 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coverage report
Test suite run success198 tests passing in 16 suites. Report generated by 🧪jest coverage report action from 6c2a996 Show full coverage report
|
TheUnderScorer
changed the base branch from
main
to
feature/INTER-166-shared-workflows
October 24, 2023 10:18
ilfa
reviewed
Oct 24, 2023
ilfa
reviewed
Oct 24, 2023
ilfa
reviewed
Oct 24, 2023
ilfa
requested changes
Oct 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a new workflow file for a release
ilfa
approved these changes
Oct 25, 2023
ilfa
approved these changes
Oct 25, 2023
sshelomentsev
approved these changes
Oct 25, 2023
TheUnderScorer
merged commit Oct 30, 2023
442c196
into
feature/INTER-166-shared-workflows
5 checks passed
🎉 This PR is included in version 1.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the following changes:
dist
directories are removed, now the release pipeline will use release assetpackage.zip
which contains built mgmt and proxy functions.buildspec.release-lambda.yml
for release is now stored in repo, rather than inline on AWS.Other resources:
New CodePipeline for release: https://us-east-1.console.aws.amazon.com/codesuite/codepipeline/pipelines/fpjs-dev-fingerprint-pro-cloudfront-integration-semantic-release/view?region=us-east-1
Testing process:
For now, the new release buildspec creates
lambda_latest_test.zip
andmgmt_lambda_latest_test.zip
assets, so they won't be released to existing customers. After testing, we'll update the buildspec to upload actual assets.