Conversation
7411fdf to
6cf58b3
Compare
alesapin
reviewed
Dec 9, 2021
Member
alesapin
left a comment
There was a problem hiding this comment.
But we still need to do all other release-related staff:
- We have to manually update several files in repository. Look at the recent commit from the old release script for tweak releases: 9b13386 and 1a254b9.
- For new patch release (21.11 -> 21.12) we also need to create new PR like #32419 and change something in master f2ccddb.
- Push new docker (
clickhouse/clickhouse-serverandclickhouse/clickhouse-client) images to dockerhub. - Some docs how to create release.
6eb20f9 to
b966f8e
Compare
- Add tgz archives - Add --all argument for all packages download - Add -n to skip pushing to artifactory - Add help for artifactory-url - Make 3.8 compatible - Add cleanup `refs/tags/` from --release argument
a9d4639 to
d9a1284
Compare
Member
Author
|
The arm64 packages will be addressed in #33664 |
alesapin
approved these changes
Jan 19, 2022
Member
alesapin
left a comment
There was a problem hiding this comment.
But we will need to update docs_release workflow id in rerun lambda.
Member
Author
|
For history, now DocksReleaseCheck is: After merge it's changed to: |
This file contains hidden or 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
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add action for published releases
Detailed description / Documentation draft:
When releases
v\d\d[.]\d+[.]\d+[.]\d+-(testing|prestable|stable|lts)are published, the workflow will: