-
Notifications
You must be signed in to change notification settings - Fork 90
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
fix(doc): Update package links in README #131
Conversation
Mhm... I branched from the default branch You see how important a contribution info is. |
I've removed the I'll see about writing a tiny CONTRIBUTING document at some point, though it's not a high priority as this repo doesn't see many changes. |
The current README file should also be in markdown, any RST format in there is probably a leftover from long ago and likely needs fixing. |
Why do you closed the issue without merging?
For example the headings in in rst-format.
Should be in markdown
I discovered this because I wasn't able to create a markdown TOC. These are not recognized as headings. |
I'm not seeing a way to retarget the PR, clicking edit only seems to let me edit the PR title and not change the branch. I didn't intentionally close it, GitHub automatically did that when I deleted the unused and confusing These changes are still very welcome.
These are completely valid headings (https://github.github.com/gfm/#setext-headings), but you're welcome to change them if it would make them more compatible with the tool you're using. |
Ah, you can't retarget or reopen a closed PR! I created a new |
There's a single CI failure but I don't think it has anything to do with these changes. It's late here, I'll look at fixing it in the morning and merging these changes after. :) |
Changes published in 6.8.2, thanks! |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [colorlog](https://togithub.com/borntyping/python-colorlog) | `==6.7.0` -> `==6.8.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/colorlog/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/colorlog/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/colorlog/6.7.0/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/colorlog/6.7.0/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>borntyping/python-colorlog (colorlog)</summary> ### [`v6.8.2`](https://togithub.com/borntyping/python-colorlog/releases/tag/v6.8.2): 6.8.2 [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2) #### What's Changed - Update package links in README by [@​buhtz](https://togithub.com/buhtz) in [https://github.com/borntyping/python-colorlog/pull/131](https://togithub.com/borntyping/python-colorlog/pull/131) - Added [docs/CONTRIBUTING.md](https://togithub.com/borntyping/python-colorlog/blob/main/docs/CONTRIBUTING.md). - Documented "bright" colours in the README. #### New Contributors - [@​buhtz](https://togithub.com/buhtz) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/131](https://togithub.com/borntyping/python-colorlog/pull/131) **Full Changelog**: borntyping/python-colorlog@v6.8.0...v6.8.2 ### [`v6.8.0`](https://togithub.com/borntyping/python-colorlog/releases/tag/v6.8.0): 6.8.0 [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.7.0...v6.8.0) #### What's Changed - Remove universal wheel, python 2 is unsupported by [@​gopackgo90](https://togithub.com/gopackgo90) in [https://github.com/borntyping/python-colorlog/pull/126](https://togithub.com/borntyping/python-colorlog/pull/126) - Fix running tests in environment with NO_COLOR=1 by [@​mgorny](https://togithub.com/mgorny) in [https://github.com/borntyping/python-colorlog/pull/130](https://togithub.com/borntyping/python-colorlog/pull/130) #### New Contributors - [@​gopackgo90](https://togithub.com/gopackgo90) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/126](https://togithub.com/borntyping/python-colorlog/pull/126) - [@​mgorny](https://togithub.com/mgorny) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/130](https://togithub.com/borntyping/python-colorlog/pull/130) **Full Changelog**: borntyping/python-colorlog@v6.7.0...v6.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/DonRobo/ha-ha-integration). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Hello,
Please let me add two problems I discovered:
develop
branch is the correct target.