- Notifications
You must be signed in to change notification settings - Fork261
Comparing changes
Open a pull request
base repository:python-semantic-release/python-semantic-release
Uh oh!
There was an error while loading.Please reload this page.
base:v9.8.7
head repository:python-semantic-release/python-semantic-release
Uh oh!
There was an error while loading.Please reload this page.
compare:v9.8.8
- 16commits
- 19files changed
- 3contributors
Commits on Aug 31, 2024
chore(conf): update
build_commandto actually commit version number……s in docs we stamped manually
codejedi365 committedAug 31, 2024 docs(github-actions): update version in examples to latest version
codejedi365 committedAug 31, 2024
Commits on Sep 1, 2024
test(cli-version): ensure test path criteria is os-agnostic
codejedi365 committedSep 1, 2024 test: ensure compatibility with windows when evaluating results
codejedi365 committedSep 1, 2024 test: adjust style & improve precision of assertions
codejedi365 committedSep 1, 2024 test(gitea): ensure netrc testing works on windows
codejedi365 committedSep 1, 2024 test(github): ensure netrc testing works on windows
codejedi365 committedSep 1, 2024 test(conf): ensure netrc generation fixture is windows compatible
codejedi365 committedSep 1, 2024 style(tests): swap to dynamic references to ensure easy refactor
codejedi365 committedSep 1, 2024 refactor(version-cmd): use all capital windows variables (x86) -> X86
This is more just for standardization. Ruff also recommends all capital variablenames for Windows even though Windows is case-insensitive.
codejedi365 committedSep 1, 2024 docs(configuration): update
build_commandenv table for windows to ……use all capital vars
codejedi365 committedSep 1, 2024 ci(main,pr): add automated testing on windows in parallel with linux
codejedi365 committedSep 1, 2024 ci(pr): change to annotate only for test report upload on prs
codejedi365 committedSep 1, 2024 ci(gha-pr): restrict windows executions to python@3.8
codejedi365 committedSep 1, 2024 fix(config): fix path traversal detection for windows compatibility (#…
…1014) The original implementation of the path traversal detection expected that `resolve()` works the same on windows as it does with Linux/Mac. Windows requires the folder paths to exist to be resolved and that is not the case when the `template_dir` is not being used.Resolves:#994
codejedi365 committedSep 1, 2024
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.8.7...v9.8.8
Uh oh!
There was an error while loading.Please reload this page.