Merged
Conversation
paw-lu
pushed a commit
to paw-lu/cookiecutter-hypermodern-python
that referenced
this pull request
Mar 8, 2021
This file contains hidden or 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
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.
Overview of Changes
This section highlights the main changes brought by this release.
Manage GitHub labels using a YAML configuration file (thanks @oncleben31)
GitHub labels can now be managed using the
.github/labels.ymlconfiguration file, using the GitHub Labeler action. Labels are used, among other things, to categorize pull requests for the release notes. Thanks to the new Labeler workflow, it is no longer necessary to create GitHub labels manually after generating a project.Support packages whose name does not match the project name (thanks @oncleben31)
By default, Poetry only includes packages if their name matches the configured project name. If a custom
package_nameis specified on project generation, the package must be listed explicitly in thepyproject.tomlfile. This is now done automatically on project generation.Use standalone build backend for PEP 517 builds (thanks @paw-lu)
Generated projects now use the new standalone build backend introduced by Poetry 1.1. This greatly speeds up PEP 517 isolated builds, because they no longer need to install the full Poetry CLI to build the package.
Read on for a complete list of changes.
Changes
This section lists changes affecting generated projects.
🚀 Features
🪲 Fixes
📦 Dependencies
Changes to the Cookiecutter
This section lists changes to the Cookiecutter that don't affect generated projects.
🪲 Fixes
📚 Documentation
📦 Dependencies