-
Notifications
You must be signed in to change notification settings - Fork 257
Comparing changes
Open a pull request
base repository: python-semantic-release/python-semantic-release
base: v9.8.8
head repository: python-semantic-release/python-semantic-release
compare: v9.8.9
- 7 commits
- 20 files changed
- 4 contributors
Commits on Sep 7, 2024
-
build(deps-dev): bump mypy from 1.10.1 to 1.11.2 (#1009)
* build(deps-dev): bump mypy from 1.10.1 to 1.11.2 * chore(pre-commit): bump mypy from 1.10.0 to 1.11.2
Configuration menu - View commit details
-
Copy full SHA for 0b7cb84 - Browse repository at this point
Copy the full SHA 0b7cb84View commit details -
build(deps-dev): bump ruff from 0.5.0 to 0.6.1 (#1006)
* build(deps-dev): bump ruff from 0.5.0 to 0.6.1 * chore(pre-commit): bump ruff plugin from 0.5.0 to 0.6.1
Configuration menu - View commit details
-
Copy full SHA for 297f612 - Browse repository at this point
Copy the full SHA 297f612View commit details
Commits on Sep 25, 2024
-
docs: update docstrings to resolve sphinx failures (#1030)
set `ignore-module-all` for `autodoc_default_options` to resolve some Sphinx errors about duplicate / ambiguous references sphinx-doc/sphinx#4961 (comment) Standardize some non-standard (Google-ish) docstrings to Sphinx format, to avoid ruff and Sphinx arguing about underline length. Fix indents and other minor whitespace / formatting changes. Fixes #1029
Configuration menu - View commit details
-
Copy full SHA for d84efc7 - Browse repository at this point
Copy the full SHA d84efc7View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fa0e70 - Browse repository at this point
Copy the full SHA 1fa0e70View commit details
Commits on Sep 27, 2024
-
chore(gha): update action details for marketplace publishing (#1032)
* chore(gha): update action details for marketplace publishing * docs(homepage): re-structure homepage to be separate from project readme * docs(README): simplify README to point at official docs
Configuration menu - View commit details
-
Copy full SHA for 2307ed2 - Browse repository at this point
Copy the full SHA 2307ed2View commit details -
fix(version-cmd): improve
version_variables
flexibility w/ quotes (……ie. json, yaml, etc) (#1028) * fix(version-cmd): increase `version_variable` flexibility with quotations (ie. json, yaml, etc) Previously json would not work due to the key being wrapped in quotes, yaml also has issues when it does not usually use quotes. The regex we created originally only wrapped the version to be replaced in quotes but now both the key and version can optionally be wrapped in different kind of quotations. Resolves: #601, #706, #962, #1026 * docs(configuration): add clarity to `version_variables` usage & limitations Ref: #941 * fix(version-cmd): ensure `version_variables` do not match partial variable names * build(deps-te 9167 st): add `PyYAML` as a test dependency * test(fixtures): refactor location of fixture for global use of cli runner * test(stamp-version): add test cases to stamp json, python, & yaml files
Configuration menu - View commit details
-
Copy full SHA for 156915c - Browse repository at this point
Copy the full SHA 156915cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe8eaa - Browse repository at this point
Copy the full SHA cbe8eaaView 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.8.8...v9.8.9