-
Notifications
You must be signed in to change notification settings - Fork 888
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 release-PR creation scripts #7062
Merged
pallavisontakke
merged 17 commits into
timescale:main
from
pallavisontakke:patch_release_scripts
Nov 11, 2024
Merged
Add release-PR creation scripts #7062
pallavisontakke
merged 17 commits into
timescale:main
from
pallavisontakke:patch_release_scripts
Nov 11, 2024
Conversation
This file contains 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
pallavisontakke
requested review from
fabriziomello,
antekresic and
svenklemm
and removed request for
antekresic and
svenklemm
June 25, 2024 07:46
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7062 +/- ##
==========================================
+ Coverage 80.06% 82.58% +2.51%
==========================================
Files 190 229 +39
Lines 37181 42731 +5550
Branches 9450 10731 +1281
==========================================
+ Hits 29770 35290 +5520
- Misses 2997 3156 +159
+ Partials 4414 4285 -129 ☔ View full report in Codecov by Sentry. |
svenklemm
reviewed
Jun 25, 2024
svenklemm
reviewed
Jun 25, 2024
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
June 26, 2024 12:29
3b9c06b
to
d4ca23a
Compare
svenklemm
reviewed
Jul 1, 2024
svenklemm
reviewed
Jul 1, 2024
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
July 12, 2024 06:56
2a5bf8c
to
abed9bc
Compare
svenklemm
reviewed
Jul 12, 2024
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
July 19, 2024 08:21
94ad2a5
to
2423491
Compare
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
August 6, 2024 07:45
2423491
to
5476ab2
Compare
svenklemm
reviewed
Aug 15, 2024
svenklemm
reviewed
Aug 15, 2024
svenklemm
reviewed
Aug 15, 2024
svenklemm
reviewed
Aug 15, 2024
svenklemm
approved these changes
Aug 15, 2024
akuzm
reviewed
Aug 15, 2024
akuzm
reviewed
Aug 15, 2024
akuzm
approved these changes
Aug 15, 2024
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
August 26, 2024 07:26
1f401f3
to
8c68aae
Compare
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
September 2, 2024 07:46
9ed12db
to
b0c7cc2
Compare
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
September 23, 2024 08:10
c624ef4
to
9cc04cb
Compare
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
October 24, 2024 12:26
fb25c89
to
84ed0d4
Compare
pallavisontakke
force-pushed
the
patch_release_scripts
branch
2 times, most recently
from
November 5, 2024 07:54
af1c213
to
e7ef47c
Compare
pallavisontakke
changed the title
Add patch release PR creation scripts
Add release PR creation scripts
Nov 6, 2024
pallavisontakke
changed the title
Add release PR creation scripts
Add release Pull Request creation scripts
Nov 6, 2024
pallavisontakke
changed the title
Add release Pull Request creation scripts
Add release-Pull-Request creation scripts
Nov 6, 2024
pallavisontakke
changed the title
Add release-Pull-Request creation scripts
Add release-PR creation scripts
Nov 6, 2024
For the version branch. Issue: timescale/eng-database#613
Instead of supplying them externally.
Accordingly also edit it in the next script.
From git config, instead of CLI input.
For git user parameters setup.
Concerning issue timescale/eng-database#623 Automate minor release : Release PR (for *.*.x branch) creation.
In a different way. As naming of these files is not consistent.
a bit more, as per review comment.
variables using sed, in release-automation-scripts
from RELEASE_NOTES_HEADER.md.j2. As now this section is commented in the above header file itself.
From current CHANGELOG.md , instead of keeping it a fixed number of lines.
To fix the shellcheck style issue: ^-- SC2116 (style): Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'.
To remove 2 instances of this warning from the shellcheck run: ^-- SC2010 (warning): Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
To not trigger commit hooks.
Commiting ==> Committing
To remove 2 instances of this warning from the shellcheck run: ^-- SC2010 (warning): Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
To remove this shellcheck warning ^----------^ SC2027 (warning): The surrounding quotes actually unquote this. Remove or escape them.
pallavisontakke
force-pushed
the
patch_release_scripts
branch
from
November 11, 2024 06:03
828e2e8
to
3a54cf7
Compare
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.
For minor and patch releases. Pull Request is created on the version branch.
Issue: https://github.com/timescale/eng-database/issues/613
Disable-check: force-changelog-file
Disable-check: commit-count