-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
3.9.0 #6045
3.9.0 #6045
Conversation
Can you do a S3Adapter release? |
sure! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we definitely should develop a standard format for all change logs.
and also automate it :) |
We could enforce updating changelog as part of the PR workflow |
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
7 similar comments
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
=========================================
- Coverage 93.73% 93.7% -0.03%
=========================================
Files 164 164
Lines 11151 11151
=========================================
- Hits 10452 10449 -3
- Misses 699 702 +3
Continue to review full report at Codecov.
|
What do you guys currently do when writing changelogs? I use conventional changelogs as part of the release script for our production apps |
It's all done manually, which wasn't too bad until recently. |
Using conventional commits can definitely make life much easier. We'll not need to enforce commit message structure for our contributors, but we just need to enforce the structure when merging the PRs. The changelog will automatically be generated using the commit message upon release. |
Yep, as long as we use squash and merge commits that works perfectly. Thanks for the info! |
* 3.9.0 * Update s3-files-adapter
No description provided.