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

add prepare-release make target #5503

Merged

Conversation

codeboten
Copy link
Contributor

make prepare-release does the following:

  • checks the local repository is clean
  • search/replace PREVIOUS_VERSION with RELEASE_CANDIDATE
  • runs make genotelcorecol
  • creates a commit on a new branch
  • runs make multimod-prerelease
  • commits the changes to the branch
  • creates a PR

make prepare-release does the following:
- checks the local repository is clean
- search/replace PREVIOUS_VERSION with RELEASE_CANDIDATE
- runs make genotelcorecol
- creates a commit on a new branch
- runs make multimod-prerelease
- commits the changes to the branch
- creates a PR
@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jun 8, 2022
@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #5503 (5572dbb) into main (f535075) will increase coverage by 0.61%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5503      +/-   ##
==========================================
+ Coverage   90.79%   91.40%   +0.61%     
==========================================
  Files         193      192       -1     
  Lines       11430    11416      -14     
==========================================
+ Hits        10378    10435      +57     
+ Misses        830      781      -49     
+ Partials      222      200      -22     
Impacted Files Coverage Δ
pdata/internal/metrics.go 84.09% <0.00%> (-8.41%) ⬇️
service/config_provider.go 83.78% <0.00%> (-8.11%) ⬇️
internal/testutil/testutil.go 66.66% <0.00%> (-6.07%) ⬇️
service/zpages.go 68.08% <0.00%> (-3.69%) ⬇️
pdata/internal/common.go 91.85% <0.00%> (-3.54%) ⬇️
service/internal/telemetry/process_telemetry.go 71.55% <0.00%> (-1.67%) ⬇️
processor/batchprocessor/batch_processor.go 90.67% <0.00%> (-1.04%) ⬇️
config/configgrpc/configgrpc.go 92.78% <0.00%> (-0.14%) ⬇️
service/host.go 100.00% <0.00%> (ø)
client/client.go 100.00% <0.00%> (ø)
... and 51 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f535075...5572dbb. Read the comment docs.

@codeboten codeboten marked this pull request as ready for review June 20, 2022 15:43
@codeboten codeboten requested review from a team and bogdandrutu June 20, 2022 15:43
Makefile Show resolved Hide resolved
@codeboten codeboten merged commit 7c125fb into open-telemetry:main Jul 15, 2022
@codeboten codeboten deleted the codeboten/make-release-easier branch July 15, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants