Skip to content
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

Release process recent changes #3473

Merged
merged 5 commits into from
Dec 11, 2023
Merged

Conversation

olegbespalov
Copy link
Contributor

@olegbespalov olegbespalov commented Nov 28, 2023

What?

Document changes in a release process.

Why?

It's essential to keep the checklist of the release activities up to date.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

@olegbespalov olegbespalov mentioned this pull request Nov 28, 2023
48 tasks
@olegbespalov olegbespalov self-assigned this Nov 30, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2023

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (e603a49) 73.20% compared to head (501327f) 73.19%.
Report is 26 commits behind head on master.

❗ Current head 501327f differs from pull request most recent head ef2c91f. Consider uploading reports for the commit ef2c91f to get more accurate results

Files Patch % Lines
output/csv/output.go 65.00% 4 Missing and 3 partials ⚠️
js/modules/k6/crypto/crypto.go 86.66% 1 Missing and 1 partial ⚠️
output/cloud/output.go 0.00% 1 Missing and 1 partial ⚠️
api/server.go 50.00% 1 Missing ⚠️
js/compiler/compiler.go 66.66% 1 Missing ⚠️
lib/testutils/minirunner/minirunner.go 0.00% 1 Missing ⚠️
output/cloud/v1/data.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3473      +/-   ##
==========================================
- Coverage   73.20%   73.19%   -0.01%     
==========================================
  Files         267      267              
  Lines       20083    20076       -7     
==========================================
- Hits        14701    14695       -6     
+ Misses       4468     4465       -3     
- Partials      914      916       +2     
Flag Coverage Δ
ubuntu 73.14% <76.92%> (-0.02%) ⬇️
windows 73.04% <76.92%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@olegbespalov olegbespalov marked this pull request as ready for review December 6, 2023 12:28
@olegbespalov olegbespalov added this to the v0.49.0 milestone Dec 6, 2023
mstoykov
mstoykov previously approved these changes Dec 7, 2023
.github/ISSUE_TEMPLATE/release.md Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/release.md Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/release.md Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/release.md Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/release.md Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/release.md Outdated Show resolved Hide resolved
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
@olegbespalov olegbespalov merged commit 95b5b80 into master Dec 11, 2023
21 checks passed
@olegbespalov olegbespalov deleted the chore/release-process-changes branch December 11, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants