chore(deps): update dependency python-semantic-release to v9.15.0 #383
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.
This PR contains the following updates:
9.14.0
->9.15.0
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release)
v9.15.0
Compare Source
Bug Fixes
cmd-version: Ensure release utilizes a timezone aware datetime
(
ca817ed
)default-changelog: Alphabetically sort commit descriptions in version type sections
(
bdaaf5a
)Features
(#1108,
0cc668c
)This adds an attribute to the ParsedCommit object that allows custom parsers to set to false if it
is desired to ignore the commit completely from entry into the changelog.
Resolves: #778
(#1110,
4fde30e
)Resolves: #244
test(fixtures): update repo changelog generator to add breaking descriptions
test(default-changelog): add unit tests to demonstrate breaking change descriptions
test(release-notes): add unit tests to demonstrate breaking change descriptions
feat(changelog-md): add a breaking changes section to default Markdown template
feat(changelog-rst): add a breaking changes section to default reStructuredText template
feat(changelog-md): alphabetize breaking change descriptions in markdown changelog template
feat(changelog-rst): alphabetize breaking change descriptions in ReStructuredText template
(#1111,
8327068
)test(fixtures): force non-alphabetical release history to validate template sorting
test(default-changelog): update unit test to enforce sorting of commit desc in version sections
test(release-notes): update unit test to enforce sorting of commit desc in version sections
feat(changelog-md): alphabetize commit summaries & scopes in markdown changelog template
feat(changelog-rst): alphabetize commit summaries & scopes in ReStructuredText template
(#1109,
f90b8dc
)refactor(parsers): add parser option validation to commit parsing
docs(api-parsers): add option documentation to parser options
feat(parsers): add
other_allowed_tags
option for commit parser optionsfeat(parser-custom): enable custom parsers to identify linked issues on a commit
test(parser-angular): add unit tests to verify parsing of issue numbers
test(parser-emoji): add unit tests to verify parsing of issue numbers
test(parser-scipy): add unit tests to verify parsing of issue numbers
fix(util): prevent git footers from being collapsed during parse
feat(parser-angular): automatically parse angular issue footers from commit messages
feat(parser-emoji): parse issue reference footers from commit messages
docs(commit-parsing): improve & expand commit parsing w/ parser descriptions
docs(changelog-templates): update examples using new
commit.linked_issues
attributechore(docs): update documentation configuration for team publishing
(#1107,
9073344
)test(release-notes): adjust test case to include a version compare link
test(cmd-changelog): add test to ensure multiple variants of release notes are published
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.