-
Notifications
You must be signed in to change notification settings - Fork 26
chore: prepare release 2022-06-09 #660
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
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
|
||
- name: Update `yarn.lock` for JavaScript release | ||
if: ${{ matrix.client.language == 'javascript' && startsWith(github.ref_name, 'refs/heads/chore/prepare-release-') }} | ||
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install |
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.
yeah this!
dd81305
to
d210cfd
Compare
d210cfd
to
093fb0e
Compare
runs-on: ubuntu-20.04 | ||
timeout-minutes: 10 | ||
steps: | ||
- name: debugging - dump GitHub context |
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've kept it, it can be useful since it's pretty annoying to debug.
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.
as long as there is no sensitive information it's okay
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.
Looks good ! The codegen is removing a line in the changelog for some reason
Summary
This PR has been created using the
yarn release
script. Once merged, the clients will try to release their new version if their version has changed.Version Changes
minor
(e.g. 0.4.0)minor
(e.g. 4.1.0-SNAPSHOT)php: 4.0.0-alpha.0 ->null
(e.g. 4.0.0-alpha.0)Skipped Commits
It doesn't mean these commits are being excluded from the release. It means they're not taken into account when the release process figured out the next version number, and updated the changelog.
Commits without language scope:
Commits with unknown language scope:
spreadGeneration
reflect release commit (fix(scripts): makespreadGeneration
reflect release commit #571)