-
Notifications
You must be signed in to change notification settings - Fork 256
Comparing changes
Open a pull request
base repository: python-semantic-release/python-semantic-release
base: v9.16.1
head repository: python-semantic-release/python-semantic-release
compare: v9.17.0
- 8 commits
- 37 files changed
- 5 contributors
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7edaa90 - Browse repository at this point
Copy the full SHA 7edaa90View commit details
Commits on Jan 17, 2025
-
feat(changelog): add
sort_numerically
filter function to template e……nvironment (#1146) * test(helpers): add unit tests for various prefixed number lists * test(changelog-context): add unit tests to validate use of `sort_numerically` filter * test(release-notes-context): add unit tests to validate use of `sort_numerically` filter * refactor(util): relocate `sort_numerically` function to top level * docs(changelog-templates): add description for new `sort_numerically` filter function
Configuration menu - View commit details
-
Copy full SHA for 7792388 - Browse repository at this point
Copy the full SHA 7792388View commit details
Commits on Jan 18, 2025
-
perf(logging): remove irrelevant debug logging statements (#1147)
* refactor: adjust logging output
Configuration menu - View commit details
-
Copy full SHA for f1ef4ec - Browse repository at this point
Copy the full SHA f1ef4ecView commit details
Commits on Jan 24, 2025
-
fix(github-action): disable writing python bytecode in action executi…
…on (#1152) File permission issues can occur when using the github-action and dynamically loading files from the repository. When importing, python generally will create bytecode files and write to disk as the current user. Because the default user in the github action is root, those files are written as root which means when it returns to the rest of the workflow, those files cannot be modified or deleted. With this change, we disable writing of bytecode files which prevents any failures that may result after the python-semantic-release action is executed.
Configuration menu - View commit details
-
Copy full SHA for 315ae21 - Browse repository at this point
Copy the full SHA 315ae21View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe0f9e - Browse repository at this point
Copy the full SHA abe0f9eView commit details
Commits on Jan 25, 2025
-
feat(config): extend support of remote urls aliased using git `instea…
Configuration menu - View commit details
-
Copy full SHA for 4045037 - Browse repository at this point
Copy the full SHA 4045037View commit details
Commits on Jan 26, 2025
-
feat(parsers): parse squashed commits individually (#1112)
* test(parser-angular): update unit tests for parser return value compatibility * test(parser-scipy): update unit tests for parser return value compatibility * test(parser-emoji): update unit tests for parser return value compatibility * feat(version): parse squashed commits individually adds the functionality to separately parse each commit message within a squashed merge commit to detect combined commit types that could change the version bump * feat(changelog): parse squashed commits individually adds functionality to separately parse each commit message within a squashed merge commit which decouples the commits into their respective type categories in the changelog. * refactor(helpers): centralize utility for applying multiple text substitutions * feat(parser-angular): upgrade angular parser to parse squashed commits individually Resolves: #1085 * feat(parser-angular): apply PR/MR numbers to all parsed commits from a squash merge * feat(parser-emoji): add functionality to interpret scopes from gitmoji commit messages * feat(parser-emoji): upgrade emoji parser to parse squashed commits individually * test(fixtures): adjust parser for squashed commit definitions * test(fixtures): change config of github flow repo to parse squash commits * test(fixtures): add fixture to create gitlab formatted merge commit * refactor(parser-scipy): standardize all category spelling applied to commits * docs(commit-parsing): add description for squash commit evaluation option of default parsers * docs(configuration): update the `commit_parser_options` setting description
Configuration menu - View commit details
-
Copy full SHA for cf785ca - Browse repository at this point
Copy the full SHA cf785caView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfda70 - Browse repository at this point
Copy the full SHA cdfda70View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.16.1...v9.17.0