Skip to content

Improve documentation of the release process. #1063

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

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

n2ygk
Copy link
Contributor

@n2ygk n2ygk commented Dec 30, 2021

Fixes #

Description of the Change

Update contributing docs and tox.ini to match how releases are now done.

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

@n2ygk n2ygk requested review from Andrew-Chen-Wang and a team December 30, 2021 13:25
@n2ygk n2ygk added this to the 1.7.0 milestone Dec 30, 2021
@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #1063 (c72a7e0) into master (c9ce19c) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head c72a7e0 differs from pull request most recent head c920b2c. Consider uploading reports for the commit c920b2c to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1063      +/-   ##
==========================================
+ Coverage   96.60%   96.64%   +0.03%     
==========================================
  Files          31       31              
  Lines        1739     1756      +17     
==========================================
+ Hits         1680     1697      +17     
  Misses         59       59              
Impacted Files Coverage Δ
oauth2_provider/settings.py 100.00% <0.00%> (ø)
oauth2_provider/views/base.py 97.79% <0.00%> (+0.01%) ⬆️
oauth2_provider/models.py 98.69% <0.00%> (+0.01%) ⬆️
oauth2_provider/views/mixins.py 99.24% <0.00%> (+0.02%) ⬆️
oauth2_provider/oauth2_validators.py 93.56% <0.00%> (+0.02%) ⬆️
oauth2_provider/decorators.py 97.67% <0.00%> (+0.11%) ⬆️
oauth2_provider/http.py 85.00% <0.00%> (+0.78%) ⬆️

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 c9ce19c...c920b2c. Read the comment docs.

Copy link
Contributor

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the explicitness is much better with this.

@n2ygk n2ygk removed the request for review from Andrew-Chen-Wang December 30, 2021 13:46
@auvipy
Copy link
Contributor

auvipy commented Dec 30, 2021

should all the test matrix triggered with doc changes? can we improve the CI and avoid running all tests for docs changes only?

@n2ygk n2ygk merged commit e4c98c7 into django-oauth:master Dec 30, 2021
@n2ygk n2ygk deleted the maintainer_doc branch December 30, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants