pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.09k stars 153 forks source link

Fix Release version text #5192

Closed t-kikuc closed 2 months ago

t-kikuc commented 2 months ago

What this PR does / why we need it:

~Since the site is launched by the following command,~ ~the RELEASE file should start with tag: vX.Y.Z.~ ~https://github.com/pipe-cd/pipecd/blob/daf0a09568c7333b8be11ad38988441eafe2b842/Makefile#L153~

Now: Generated is shown. (other docs too) image~

Which issue(s) this PR fixes:

N/A

Does this PR introduce a user-facing change?:

github-actions[bot] commented 2 months ago

RELEASE

No GitHub releases will be created one this pull request got merged. Because the following tags were already created before.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 22.86%. Comparing base (e7c40a0) to head (9612286). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5192 +/- ## ======================================= Coverage 22.86% 22.86% ======================================= Files 420 420 Lines 45247 45247 ======================================= Hits 10344 10344 Misses 34108 34108 Partials 795 795 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

khanhtc1202 commented 2 months ago

@t-kikuc could you test with make release command?

t-kikuc commented 2 months ago

@khanhtc1202 I'm testing and fixing

github-actions[bot] commented 2 months ago

RELEASE

No GitHub releases will be created one this pull request got merged. Because the following tags were already created before.

t-kikuc commented 2 months ago

@khanhtc1202 I fixed 9e4cab5