Pedro Brochado
Pedro Brochado
This PR does: - re-organize script to (mostly based on the old `release.sh`) - bump version-files + update changelog - build and sanity-check distribution - create release commit - proper...
The include loader was not handling the relative `root_path` correctly. Closes #1025
### Discussed in https://github.com/dynaconf/dynaconf/discussions/998 ## Status - [x] **publish workflow**: ([done here](https://github.com/dynaconf/dynaconf/commit/c260f52ce4ee194f47753ac8b47e6b75dc16812d)) - [x] trigger workflow when master merge w/ tag event - [x] "publish workflow" runs after usual CI/Test...
**Describe the bug** On Windows toml and yaml parser will raise decoding problems when trying to read files with window-path like string (which containing backslashes). This was spotted in GitHub...
**Is your feature request related to a problem? Please describe.** Often internal links can be misspelled or external links be down. **Describe the solution you'd like** Implement a link checker...
**Is your feature request related to a problem? Please describe.** I think the Merging page has some points that could be enhanced for a better reading experience. Similar to #911...
## Is your feature request related to a problem? Please describe The lack of hierarchy in the menu makes it harder to navigate. Related to 4.0.0 roadmap proposals. ## Describe...
## Introduction Path resolution has been the cause of some confusion (#812, #832, #908), and - even with the proper clarification - the default dynaconf strategies do not fit every...
### Is your feature request related to a problem? Please describe. The only way to customize the URL generated in the changelog title (e.g, to point to a github tag)...
This PR: - add option to filter files before trying to find a swagger-ui tag in it. Backward compatible - improve logging to show usefull processing info closes: #25