-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps): update dependency python-semantic-release to v9 #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Author
|
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.
This PR contains the following updates:
^7.32.2->^9.0.0Release Notes
python-semantic-release/python-semantic-release (python-semantic-release)
v9.17.0Compare Source
====================
✨ Features
changelog: Add
sort_numericallyfilter function to template environment (PR#1146,7792388)changelog: Parse squashed commits individually (
PR#1112,cf785ca)config: Extend support of remote urls aliased using git
insteadOfconfigurations, closes#1150_ (PR#1151,4045037)parsers: Parse squashed commits individually (
PR#1112,cf785ca)parser-angular: Apply PR/MR numbers to all parsed commits from a squash merge (
PR#1112,cf785ca)parser-angular: Upgrade angular parser to parse squashed commits individually, closes
#1085_(
PR#1112,cf785ca)parser-emoji: Add functionality to interpret scopes from gitmoji commit messages (
PR#1112,cf785ca)parser-emoji: Upgrade emoji parser to parse squashed commits individually (
PR#1112,cf785ca)version: Parse squashed commits individually (
PR#1112,cf785ca)🪲 Bug Fixes
PR#1152,315ae21)⚡ Performance Improvements
PR#1147,f1ef4ec)📖 Documentation
changelog-templates: Add description for new
sort_numericallyfilter function (PR#1146,7792388)commit-parsing: Add description for squash commit evaluation option of default parsers
(
PR#1112,cf785ca)configuration: Update the
commit_parser_optionssetting description (PR#1112,cf785ca).. _#1085:https://github.com/python-semantic-release/python-semantic-release/issues/10855
.. _#1150https://github.com/python-semantic-release/python-semantic-release/issues/115050
.. _315ae21: python-semantic-release/python-semantic-release@315ae21
.. _4045037: python-semantic-release/python-semantic-release@4045037
.. _7792388: python-semantic-release/python-semantic-release@7792388
.. _cf785ca: python-semantic-release/python-semantic-release@cf785ca
.. _f1ef4ec: python-semantic-release/python-semantic-release@f1ef4ec
.. _Phttps://github.com/python-semantic-release/python-semantic-release/pull/1112ull/1112
.. _https://github.com/python-semantic-release/python-semantic-release/pull/1146pull/1146
.. [https://github.com/python-semantic-release/python-semantic-release/pull/1147](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1147)/pull/1147
.. https://github.com/python-semantic-release/python-semantic-release/pull/1151e/pull/1151
..https://github.com/python-semantic-release/python-semantic-release/pull/1152se/pull/1152
.. _changelog-v9.16.1:
v9.16.1Compare Source
====================
🪲 Bug Fixes
PR#1142,c4056fc)📖 Documentation
PR#1140,9bdd626).. _9bdd626: python-semantic-release/python-semantic-release@9bdd626
.. _c4056fc: python-semantic-release/python-semantic-release@c4056fc
.. _PR#114https://github.com/python-semantic-release/python-semantic-release/pull/1140140
.. _PR#11https://github.com/python-semantic-release/python-semantic-release/pull/11421142
.. _changelog-v9.16.0:
v9.16.0Compare Source
====================
✨ Features
PR#1135,0418fd8)🪲 Bug Fixes
changelog: Fixes PSR release commit exclusions for customized commit messages (
PR#1139,f9a2078)cmd-version: Fixes
--print-tagresult to match configured tag format (PR#1134,a990aa7)cmd-version: Fixes tag format on default version when force bump for initial release, closes
#1137_ (PR#1138,007fd00)config-changelog: Validate
changelog.exclude_commit_patternson config load (PR#1139,f9a2078)📖 Documentation
commit-parsing: Add the new custom parser import spec description for direct path imports,
closes
#687_ (PR#1135,0418fd8)configuration: Adjust
commit_parseroption definition for direct path imports (PR#1135,0418fd8).. _#687:https://github.com/python-semantic-release/python-semantic-release/issues/6877
.. _#1137https://github.com/python-semantic-release/python-semantic-release/issues/113737
.. _007fd00: python-semantic-release/python-semantic-release@007fd00
.. _0418fd8: python-semantic-release/python-semantic-release@0418fd8
.. _a990aa7: python-semantic-release/python-semantic-release@a990aa7
.. _f9a2078: python-semantic-release/python-semantic-release@f9a2078
.. _PRhttps://github.com/python-semantic-release/python-semantic-release/pull/1134ll/1134
.. _Phttps://github.com/python-semantic-release/python-semantic-release/pull/1135ull/1135
.. _https://github.com/python-semantic-release/python-semantic-release/pull/1138pull/1138
.. [https://github.com/python-semantic-release/python-semantic-release/pull/1139](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1139)/pull/1139
.. _changelog-v9.15.2:
v9.15.2Compare Source
====================
🪲 Bug Fixes
changelog: Ensures user rendered files are trimmed to end with a single newline (
PR#1118,6dfbbb0)cli: Add error message of how to gather full error output (
PR#1116,ba85532)cmd-version: Enable maintenance prereleases (
PR#864,b88108e)cmd-version: Fix handling of multiple prerelease token variants & git flow merges (
PR#1120,8784b9a)cmd-version: Fix version determination algorithm to capture commits across merged branches
(
PR#1120,8784b9a)cmd-version: Forces tag timestamp to be same time as release commit (
PR#1117,7898b11)cmd-version: Handle multiple prerelease token variants properly, closes
#789_ (PR#1120,8784b9a)config: Ensure default config loads on network mounted windows environments, closes
#1123_(
PR#1124,a64cbc9)version: Remove some excessive log msgs from debug to silly level (
PR#1120,8784b9a)version-bump: Increment based on current commit's history only, closes
#861_ (PR#864,b88108e)⚡ Performance Improvements
PR#1120,8784b9a).. _#789:https://github.com/python-semantic-release/python-semantic-release/issues/7899
.. _#861https://github.com/python-semantic-release/python-semantic-release/issues/86161
.. _#112https://github.com/python-semantic-release/python-semantic-release/issues/1123123
.. _6dfbbb0: python-semantic-release/python-semantic-release@6dfbbb0
.. _7898b11: python-semantic-release/python-semantic-release@7898b11
.. _8784b9a: python-semantic-release/python-semantic-release@8784b9a
.. _a64cbc9: python-semantic-release/python-semantic-release@a64cbc9
.. _b88108e: python-semantic-release/python-semantic-release@b88108e
.. _ba85532: python-semantic-release/python-semantic-release@ba85532
.. https://github.com/python-semantic-release/python-semantic-release/pull/864e/pull/864
.. https://github.com/python-semantic-release/python-semantic-release/pull/1116e/pull/1116
..https://github.com/python-semantic-release/python-semantic-release/pull/1117se/pull/1117
.https://github.com/python-semantic-release/python-semantic-release/pull/1118ase/pull/1118
https://github.com/python-semantic-release/python-semantic-release/pull/1120ease/pull/1120https://github.com/python-semantic-release/python-semantic-release/pull/1124lease/pull/1124
.. _changelog-v9.15.1:
v9.15.1Compare Source
====================
🪲 Bug Fixes
changelog-md: Fix commit sort of breaking descriptions section (
75b342e_)parser-angular: Ensure issues are sorted by numeric value rather than text sorted (
3858add_)parser-emoji: Ensure issues are sorted by numeric value rather than text sorted (
7b8d2d9_).. _3858add: python-semantic-release/python-semantic-release@3858add
.. _75b342e: python-semantic-release/python-semantic-release@75b342e
.. _7b8d2d9: python-semantic-release/python-semantic-release@7b8d2d9
.. _changelog-v9.15.0:
v9.15.0Compare Source
====================
✨ Features
changelog-md: Add a breaking changes section to default Markdown template, closes
#244_(
PR#1110,4fde30e)changelog-md: Alphabetize breaking change descriptions in markdown changelog template
(
PR#1110,4fde30e)changelog-md: Alphabetize commit summaries & scopes in markdown changelog template
(
PR#1111,8327068)changelog-rst: Add a breaking changes section to default reStructuredText template, closes
#244_ (PR#1110,4fde30e)changelog-rst: Alphabetize breaking change descriptions in ReStructuredText template
(
PR#1110,4fde30e)changelog-rst: Alphabetize commit summaries & scopes in ReStructuredText template (
PR#1111,8327068)commit-parser: Enable parsers to flag commit to be ignored for changelog, closes
#778_(
PR#1108,0cc668c)default-changelog: Add a separate formatted breaking changes section, closes
#244_(
PR#1110,4fde30e)default-changelog: Alphabetize commit summaries & scopes in change sections (
PR#1111,8327068)parsers: Add
other_allowed_tagsoption for commit parser options (PR#1109,f90b8dc)parsers: Enable parsers to identify linked issues on a commit (
PR#1109,f90b8dc)parser-angular: Automatically parse angular issue footers from commit messages (
PR#1109,f90b8dc)parser-custom: Enable custom parsers to identify linked issues on a commit (
PR#1109,f90b8dc)parser-emoji: Parse issue reference footers from commit messages (
PR#1109,f90b8dc)release-notes: Add tag comparison link to release notes when supported (
PR#1107,9073344)🪲 Bug Fixes
cmd-version: Ensure release utilizes a timezone aware datetime (
ca817ed_)default-changelog: Alphabetically sort commit descriptions in version type sections
(
bdaaf5a_)util: Prevent git footers from being collapsed during parse (
PR#1109,f90b8dc)📖 Documentation
api-parsers: Add option documentation to parser options (
PR#1109,f90b8dc)changelog-templates: Update examples using new
commit.linked_issuesattribute (PR#1109,f90b8dc)commit-parsing: Improve & expand commit parsing w/ parser descriptions (
PR#1109,f90b8dc).. _#244:https://github.com/python-semantic-release/python-semantic-release/issues/2444
.. _#778https://github.com/python-semantic-release/python-semantic-release/issues/77878
.. _0cc668c: python-semantic-release/python-semantic-release@0cc668c
.. _4fde30e: python-semantic-release/python-semantic-release@4fde30e
.. _8327068: python-semantic-release/python-semantic-release@8327068
.. _9073344: python-semantic-release/python-semantic-release@9073344
.. _bdaaf5a: python-semantic-release/python-semantic-release@bdaaf5a
.. _ca817ed: python-semantic-release/python-semantic-release@ca817ed
.. _f90b8dc: python-semantic-release/python-semantic-release@f90b8dc
.. [https://github.com/python-semantic-release/python-semantic-release/pull/1107](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1107)/pull/1107
.. https://github.com/python-semantic-release/python-semantic-release/pull/1108e/pull/1108
..https://github.com/python-semantic-release/python-semantic-release/pull/1109se/pull/1109
.https://github.com/python-semantic-release/python-semantic-release/pull/1110ase/pull/1110
https://github.com/python-semantic-release/python-semantic-release/pull/1111ease/pull/1111
.. _changelog-v9.14.0:
v9.14.0Compare Source
====================
✨ Features
changelog: Add md to rst conversion for markdown inline links (
cb2af1f_)changelog: Define first release w/o change descriptions for default MD template (
fa89dec_)changelog: Define first release w/o change descriptions for default RST template (
e30c94b_)changelog: Prefix scopes on commit descriptions in default template (
PR#1093,560fd2c)changelog-md: Add markdown inline link format macro (
c6d8211_)changelog-md: Prefix scopes on commit descriptions in Markdown changelog template (
PR#1093,560fd2c)changelog-rst: Prefix scopes on commit descriptions in ReStructuredText template (
PR#1093,560fd2c)configuration: Add
changelog.default_templates.mask_initial_releaseoption (595a70b_)context: Add
mask_initial_releasesetting to changelog context (6f2ee39_)release-notes: Define first release w/o change descriptions in default template (
83167a3_)🪲 Bug Fixes
99ab99b_)📖 Documentation
changelog-templates: Document new
mask_initial_releasechangelog context variable(
f294957_)configuration: Document new
mask_initial_releaseoption usage & effect (3cabcdc_)homepage: Fix reference to new ci workflow for test status badge (
6760069_).. _3cabcdc: python-semantic-release/python-semantic-release@3cabcdc
.. _560fd2c: python-semantic-release/python-semantic-release@560fd2c
.. _595a70b: python-semantic-release/python-semantic-release@595a70b
.. _6760069: python-semantic-release/python-semantic-release@6760069
.. _6f2ee39: python-semantic-release/python-semantic-release@6f2ee39
.. _83167a3: python-semantic-release/python-semantic-release@83167a3
.. _99ab99b: python-semantic-release/python-semantic-release@99ab99b
.. _c6d8211: python-semantic-release/python-semantic-release@c6d8211
.. _cb2af1f: python-semantic-release/python-semantic-release@cb2af1f
.. _e30c94b: python-semantic-release/python-semantic-release@e30c94b
.. _f294957: python-semantic-release/python-semantic-release@f294957
.. _fa89dec: python-semantic-release/python-semantic-release@fa89dec
.https://github.com/python-semantic-release/python-semantic-release/pull/1093ase/pull/1093
.. _changelog-v9.13.0:
v9.13.0Compare Source
====================
✨ Features
changelog: Add PR/MR url linking to default Markdown changelog, closes
#924,#953(
cd8d131_)changelog: Add PR/MR url linking to default reStructuredText template, closes
#924,#953(
5f018d6_)parsed-commit: Add linked merge requests list to the
ParsedCommitobject (9a91062_)parser-angular: Automatically parse PR/MR numbers from subject lines in commits (
2ac798f_)parser-emoji: Automatically parse PR/MR numbers from subject lines in commits (
bca9909_)parser-scipy: Automatically parse PR/MR numbers from subject lines in commits (
2b3f738_)🪲 Bug Fixes
changelog-rst: Ignore unknown parsed commit types in default RST changelog (
77609b1_)parser-angular: Drop the
breakingcategory but still maintain a major level bump(
f1ffa54_)parsers: Improve reliability of text unwordwrap of descriptions (
436374b_)⚡ Performance Improvements
parser-angular: Simplify commit parsing type pre-calculation (
a86a28c_)parser-emoji: Increase speed of commit parsing (
2c9c468_)parser-scipy: Increase speed & decrease complexity of commit parsing (
2b661ed_)📖 Documentation
changelog-templates: Add
linked_merge_requestfield to examples (d4376bc_)changelog-templates: Fix api class reference links (
7a5bdf2_)commit-parsing: Add
linked_merge_requestfield to Parsed Commit definition (ca61889_).. _#924:https://github.com/python-semantic-release/python-semantic-release/issues/9244
.. _#953https://github.com/python-semantic-release/python-semantic-release/issues/95353
.. _2ac798f: python-semantic-release/python-semantic-release@2ac798f
.. _2b3f738: python-semantic-release/python-semantic-release@2b3f738
.. _2b661ed: python-semantic-release/python-semantic-release@2b661ed
.. _2c9c468: python-semantic-release/python-semantic-release@2c9c468
.. _436374b: python-semantic-release/python-semantic-release@436374b
.. _5f018d6: python-semantic-release/python-semantic-release@5f018d6
.. _77609b1: python-semantic-release/python-semantic-release@77609b1
.. _7a5bdf2: python-semantic-release/python-semantic-release@7a5bdf2
.. _9a91062: python-semantic-release/python-semantic-release@9a91062
.. _a86a28c: python-semantic-release/python-semantic-release@a86a28c
.. _bca9909: python-semantic-release/python-semantic-release@bca9909
.. _ca61889: python-semantic-release/python-semantic-release@ca61889
.. _cd8d131: python-semantic-release/python-semantic-release@cd8d131
.. _d4376bc: python-semantic-release/python-semantic-release@d4376bc
.. _f1ffa54: python-semantic-release/python-semantic-release@f1ffa54
.. _changelog-v9.12.2:
v9.12.2Compare Source
====================
🪲 Bug Fixes
bitbucket: Fix
pull_request_urlfilter to ignore an PR prefix gracefully (PR#1089,275ec88)cli: Gracefully capture all exceptions unless in very verbose debug mode (
PR#1088,13ca44f)gitea: Fix
issue_urlfilter to ignore an issue prefix gracefully (PR#1089,275ec88)gitea: Fix
pull_request_urlfilter to ignore an PR prefix gracefully (PR#1089,275ec88)github: Fix
issue_urlfilter to ignore an issue prefix gracefully (PR#1089,275ec88)github: Fix
pull_request_urlfilter to ignore an PR prefix gracefully (PR#1089,275ec88)gitlab: Fix
issue_urlfilter to ignore an issue prefix gracefully (PR#1089,275ec88)gitlab: Fix
merge_request_urlfilter to ignore an PR prefix gracefully (PR#1089,275ec88)hvcs: Add flexibility to issue & MR/PR url jinja filters (
PR#1089,275ec88)📖 Documentation
PR#1089,275ec88).. _13ca44f: python-semantic-release/python-semantic-release@13ca44f
.. _275ec88: python-semantic-release/python-semantic-release@275ec88
.. _PR#108https://github.com/python-semantic-release/python-semantic-release/pull/1088088
.. _PR#10https://github.com/python-semantic-release/python-semantic-release/pull/10891089
.. _changelog-v9.12.1:
v9.12.1Compare Source
====================
🪲 Bug Fixes
changelog: Fix raw-inline pattern replacement in
convert_md_to_rstfilter (2dc70a6_)cmd-version: Fix
--as-prereleasewhen no commit change from last full release (PR#1076,3b7b772)release-notes: Add context variable shorthand
ctxlike docs claim & changelog has(
d618d83_)📖 Documentation
74f03d4_).. _2dc70a6: python-semantic-release/python-semantic-release@2dc70a6
.. _3b7b772: python-semantic-release/python-semantic-release@3b7b772
.. _74f03d4: python-semantic-release/python-semantic-release@74f03d4
.. _d618d83: python-semantic-release/python-semantic-release@d618d83
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1076/1076
.. _changelog-v9.12.0:
v9.12.0Compare Source
====================
✨ Features
autofit_text_widthfilter to template environment (PR#1062,83e4b86)🪲 Bug Fixes
changelog: Ignore commit exclusion when a commit causes a version bump (
e8f886e_)parser-angular: Change
Fixescommit type heading toBug Fixes(PR#1064,09e3a4d)parser-emoji: Enable the default bump level option (
bc27995_)📖 Documentation
changelog-templates: Add definition & usage of
autofit_text_widthtemplate filter(
PR#1062,83e4b86)commit-parsers: Add deprecation message for the tag parser (
af94540_)configuration: Add deprecation message for the tag parser (
a83b7e4_).. _09e3a4d: python-semantic-release/python-semantic-release@09e3a4d
.. _83e4b86: python-semantic-release/python-semantic-release@83e4b86
.. _a83b7e4: python-semantic-release/python-semantic-release@a83b7e4
.. _af94540: python-semantic-release/python-semantic-release@af94540
.. _bc27995: python-semantic-release/python-semantic-release@bc27995
.. _e8f886e: python-semantic-release/python-semantic-release@e8f886e
.. _PRhttps://github.com/python-semantic-release/python-semantic-release/pull/1062ll/1062
.. _Phttps://github.com/python-semantic-release/python-semantic-release/pull/1064ull/1064
.. _changelog-v9.11.1:
v9.11.1Compare Source
====================
🪲 Bug Fixes
PR#1060,a7614b0).. _a7614b0: python-semantic-release/python-semantic-release@a7614b0
.. _PR#1060https://github.com/python-semantic-release/python-semantic-release/pull/106060
.. _changelog-v9.11.0:
v9.11.0Compare Source
====================
✨ Features
changelog: Add
convert_md_to_rstfilter to changelog environment (PR#1055,c2e8831)changelog: Add default changelog in re-structured text format, closes
#399_ (PR#1055,c2e8831)changelog: Add default changelog template in reStructuredText format (
PR#1055,c2e8831)config: Enable default
changelog.insertion_flagbased on output format (PR#1055,c2e8831)config: Enable target changelog filename to trigger RST output format, closes
#399_(
PR#1055,c2e8831)🪲 Bug Fixes
PR#1055,c2e8831)📖 Documentation
changelog: Clarify the
convert_md_to_rstfilter added to the template environment(
PR#1055,c2e8831)changelog: Increase detail about configuration options of default changelog creation
(
PR#1055,c2e8831)configuration: Update
changelog_filewith deprecation notice of setting relocation(
PR#1055,c2e8831)configuration: Update
output_formatdescription for reStructuredText support (PR#1055,c2e8831)configuration: Update details of
insertion_flag's dynamic defaults with rst (PR#1055,c2e8831).. _#399:https://github.com/python-semantic-release/python-semantic-release/issues/3999
.. _c2e8831: python-semantic-release/python-semantic-release@c2e8831
.. _PR#105https://github.com/python-semantic-release/python-semantic-release/pull/1055055
.. _changelog-v9.10.1:
v9.10.1Compare Source
====================
🪲 Bug Fixes
PR#1054,4d12251).. _4d12251: python-semantic-release/python-semantic-release@4d12251
.. _PR#1054https://github.com/python-semantic-release/python-semantic-release/pull/105454
.. _changelog-v9.10.0:
v9.10.0Compare Source
====================
✨ Features
changelog: Add
changelog_insertion_flagto changelog template context (PR#1045,c18c245)changelog: Add
changelog_modeto changelog template context (PR#1045,c18c245)changelog: Add
prev_changelog_fileto changelog template context (PR#1045,c18c245)changelog: Add
read_filefunction to changelog template context (PR#1045,c18c245)changelog: Add shorthand
ctxvariable to changelog template env (PR#1045,c18c245)changelog: Modify changelog template to support changelog updates, closes
#858_(
PR#1045,c18c245)config: Add
changelog.default_templates.output_formatconfig option (PR#1045,c18c245)config: Add
changelog.insertion_flagas configuration option (PR#1045,c18c245)config: Add
changelog.modeas configuration option (PR#1045,c18c245)github-actions: Add an action
builddirective to toggle the--skip-buildoption(
PR#1044,26597e2)🪲 Bug Fixes
changelog: Adjust angular heading names for readability (
PR#1045,c18c245)changelog: Ensure changelog templates can handle complex directory includes (
PR#1045,c18c245)changelog: Only render user templates when files exist (
PR#1045,c18c245)config: Prevent jinja from autoescaping markdown content by default (
PR#1045,c18c245)📖 Documentation
changelog-templates: Improve detail & describe new
changelog.mode="update"(PR#1045,c18c245)commands: Update definition of the version commands
--skip-buildoption (PR#1044,26597e2)configuration: Add
changelog.modeandchangelog.insertion_flagconfig definitions(
PR#1045,c18c245)configuration: Define the new
changelog.default_templates.output_formatoption(
PR#1045,c18c245)configuration: Mark version of configuration setting introduction (
PR#1045,c18c245)configuration: Standardize all true/false to lowercase ensuring toml-compatibility
(
PR#1045,c18c245)configuration: Update
changelog.environment.autoescapedefault tofalseto match code(
PR#1045,c18c245)github-actions: Add description of the
buildinput directive (PR#1044,26597e2)github-actions: Update primary example with workflow sha controlled pipeline (
14f04df_)homepage: Update custom changelog reference (
PR#1045,c18c245).. _#722:https://github.com/python-semantic-release/python-semantic-release/issues/7222
.. _#858https://github.com/python-semantic-release/python-semantic-release/issues/85858
.. _14f04df: python-semantic-release/python-semantic-release@14f04df
.. _26597e2: python-semantic-release/python-semantic-release@26597e2
.. _c18c245: python-semantic-release/python-semantic-release@c18c245
.. _PR#https://github.com/python-semantic-release/python-semantic-release/pull/1044l/1044
.. _PRhttps://github.com/python-semantic-release/python-semantic-release/pull/1045ll/1045
.. _changelog-v9.9.0:
v9.9.0Compare Source
===================
✨ Features
is_prereleaseoutput to the version action (PR#1038,6a5d35d)📖 Documentation
automatic-releases: Drop extrenous github push configuration (
PR#1011,2135c68)github-actions: Add configuration & description of publish action (
PR#1011,2135c68)github-actions: Add description of new
is_prereleaseoutput for version action(
PR#1038,6a5d35d)github-actions: Clarify & consolidate GitHub Actions usage docs, closes
#907_ (PR#1011,2135c68)github-actions: Expand descriptions & clarity of actions configs (
PR#1011,2135c68)github-actions: Revert removal of namespace prefix from examples (
PR#1011,2135c68)homepage: Remove link to old github config & update token scope config (
PR#1011,2135c68).. _#907:https://github.com/python-semantic-release/python-semantic-release/issues/9077
.. _2135c68: python-semantic-release/python-semantic-release@2135c68
.. _6a5d35d: python-semantic-release/python-semantic-release@6a5d35d
.. _PR#10https://github.com/python-semantic-release/python-semantic-release/pull/10111011
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1038/1038
.. _changelog-v9.8.9:
v9.8.9Compare Source
===================
🪲 Bug Fixes
version-cmd: Ensure
version_variablesdo not match partial variable names (PR#1028,156915c)version-cmd: Improve
version_variablesflexibility w/ quotes (ie. json, yaml, etc)(
PR#1028,156915c)version-cmd: Increase
version_variableflexibility with quotations (ie. json, yaml, etc),closes
#601,#706,#962,#1026(PR#1028,156915c)📖 Documentation
Update docstrings to resolve sphinx failures, closes
#1029_ (PR#1030,d84efc7)configuration: Add clarity to
version_variablesusage & limitations (PR#1028,156915c)homepage: Re-structure homepage to be separate from project readme (
PR#1032,2307ed2)README: Simplify README to point at official docs (
PR#1032,2307ed2).. _#1026:https://github.com/python-semantic-release/python-semantic-release/issues/10266
.. _#1029https://github.com/python-semantic-release/python-semantic-release/issues/102929
.. _#60https://github.com/python-semantic-release/python-semantic-release/issues/601601
.. _#7https://github.com/python-semantic-release/python-semantic-release/issues/706/706
.. _#https://github.com/python-semantic-release/python-semantic-release/issues/962s/962
.. _156915c: python-semantic-release/python-semantic-release@156915c
.. _2307ed2: python-semantic-release/python-semantic-release@2307ed2
.. _d84efc7: python-semantic-release/python-semantic-release@d84efc7
.. _https://github.com/python-semantic-release/python-semantic-release/pull/1028pull/1028
.. [https://github.com/python-semantic-release/python-semantic-release/pull/1030](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1030)/pull/1030
.. https://github.com/python-semantic-release/python-semantic-release/pull/1032e/pull/1032
.. _changelog-v9.8.8:
v9.8.8Compare Source
===================
🪲 Bug Fixes
#994_ (PR#1014,16e6daa)📖 Documentation
configuration: Update
build_commandenv table for windows to use all capital vars(
0e8451c_)github-actions: Update version in examples to latest version (
3c894ea_).. _#994:https://github.com/python-semantic-release/python-semantic-release/issues/9944
.. _0e8451c: python-semantic-release/python-semantic-release@0e8451c
.. _16e6daa: python-semantic-release/python-semantic-release@16e6daa
.. _3c894ea: python-semantic-release/python-semantic-release@3c894ea
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1014/1014
.. _changelog-v9.8.7:
v9.8.7Compare Source
===================
🪲 Bug Fixes
Provide
context.historyglobal in release notes templates (PR#1005,5bd91b4)release-notes: Fix noop-changelog to print raw release notes (
PR#1005,5bd91b4)release-notes: Provide
context.historyglobal in release note templates, closes#984_(
PR#1005,5bd91b4)📖 Documentation
Use pinned version for GHA examples (
PR#1004,5fdf761)changelog: Clarify description of the default changelog generation process (
399fa65_)configuration: Clarify
changelog_filevstemplate_diroption usage, closes#983_(
a7199c8_)configuration: Fix build_command_env table rendering (
PR#996,a5eff0b)github-actions: Adjust formatting & version warning in code snippets (
PR#1004,5fdf761)github-actions: Use pinned version for GHA examples, closes
#1003_ (PR#1004,5fdf761).. _#1003:https://github.com/python-semantic-release/python-semantic-release/issues/10033
.. _#983https://github.com/python-semantic-release/python-semantic-release/issues/98383
.. _#98https://github.com/python-semantic-release/python-semantic-release/issues/984984
.. _399fa65: python-semantic-release/python-semantic-release@399fa65
.. _5bd91b4: python-semantic-release/python-semantic-release@5bd91b4
.. _5fdf761: python-semantic-release/python-semantic-release@5fdf761
.. _a5eff0b: python-semantic-release/python-semantic-release@a5eff0b
.. _a7199c8: python-semantic-release/python-semantic-release@a7199c8
.. _https://github.com/python-semantic-release/python-semantic-release/pull/1004pull/1004
.. [https://github.com/python-semantic-release/python-semantic-release/pull/1005](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1005)/pull/1005
..https://github.com/python-semantic-release/python-semantic-release/pull/996se/pull/996
.. _changelog-v9.8.6:
v9.8.6Compare Source
===================
🪲 Bug Fixes
PR#980,32c8e70)📖 Documentation
PR#981,ce9ffdb).. _32c8e70: python-semantic-release/python-semantic-release@32c8e70
.. _ce9ffdb: python-semantic-release/python-semantic-release@ce9ffdb
.. _PR#98https://github.com/python-semantic-release/python-semantic-release/pull/980980
.. _PR#9https://github.com/python-semantic-release/python-semantic-release/pull/981/981
.. _changelog-v9.8.5:
v9.8.5Compare Source
===================
🪲 Bug Fixes
Enable
--print-last-released*when in detached head or non-release branch (PR#926,782c0a6)changelog: Resolve commit ordering issue when dates are similar (
PR#972,bfda159)version-cmd: Drop branch restriction for
--print-last-released*opts, closes#900_(
PR#926,782c0a6)⚡ Performance Improvements
Improve git history processing for changelog generation (
PR#972,bfda159)changelog: Improve git history parser changelog generation (
PR#972,bfda159).. _#900:https://github.com/python-semantic-release/python-semantic-release/issues/9000
.. _782c0a6: python-semantic-release/python-semantic-release@782c0a6
.. _bfda159: python-semantic-release/python-semantic-release@bfda159
.. _PR#9https://github.com/python-semantic-release/python-semantic-release/pull/926/926
.. _PR#https://github.com/python-semantic-release/python-semantic-release/pull/972l/972
.. _changelog-v9.8.4:
v9.8.4Compare Source
===================
🪲 Bug Fixes
changelog-cmd: Remove usage strings when error occured, closes
#810_ (348a51d_)changelog-cmd: Render default changelog when user template directory exist but is empty
(
bded8de_)config: Prevent path traversal manipulation of target changelog location (
43e35d0_)config: Prevent path traversal manipulation of target changelog location (
3eb3dba_)publish-cmd: Prevent error when provided tag does not exist locally (
16afbbb_)publish-cmd: Remove usage strings when error occured, closes
#810_ (afbb187_)version-cmd: Remove usage strings when error occurred, closes
#810_ (a7c17c7_).. _#810:https://github.com/python-semantic-release/python-semantic-release/issues/8100
.. _16afbbb: python-semantic-release/python-semantic-release@16afbbb
.. _348a51d: python-semantic-release/python-semantic-release@348a51d
.. _3eb3dba: python-semantic-release/python-semantic-release@3eb3dba
.. _43e35d0: python-semantic-release/python-semantic-release@43e35d0
.. _a7c17c7: python-semantic-release/python-semantic-release@a7c17c7
.. _afbb187: python-semantic-release/python-semantic-release@afbb187
.. _bded8de: python-semantic-release/python-semantic-release@bded8de
.. _changelog-v9.8.3:
v9.8.3Compare Source
===================
🪲 Bug Fixes
#955_ (PR#956,0b005df).. _#955:https://github.com/python-semantic-release/python-semantic-release/issues/9555
.. _0b005df: python-semantic-release/python-semantic-release@0b005df
.. _PR#95https://github.com/python-semantic-release/python-semantic-release/pull/956956
.. _changelog-v9.8.2:
v9.8.2Compare Source
===================
🪲 Bug Fixes
PR#954,7b0079b).. _7b0079b: python-semantic-release/python-semantic-release@7b0079b
.. _PR#954https://github.com/python-semantic-release/python-semantic-release/pull/95454
.. _changelog-v9.8.1:
v9.8.1Compare Source
===================
🪲 Bug Fixes
Improve build cmd env on windows (
PR#942,d911fae)version-cmd: Pass windows specific env vars to build cmd when on windows (
PR#942,d911fae)📖 Documentation
PR#942,d911fae).. _d911fae: python-semantic-release/python-semantic-release@d911fae
.. _PR#942https://github.com/python-semantic-release/python-semantic-release/pull/94242
.. _changelog-v9.8.0:
v9.8.0Compare Source
===================
✨ Features
Extend gitlab to edit a previous release if exists (
PR#934,23e02b9)gha: Configure ssh signed tags in GitHub Action, closes
#936_ (PR#937,dfb76b9)hvcs-gitlab: Enable gitlab to edit a previous release if found (
PR#934,23e02b9)version-cmd: Add toggle of
--no-verifyoption togit commit(PR#927,1de6f78)🪲 Bug Fixes
gitlab: Adjust release name to mirror other hvcs release names (
PR#934,23e02b9)hvcs-gitlab: Add tag message to release creation (
PR#934,23e02b9)📖 Documentation
configuration: Add
no_git_verifydescription to the configuration page (PR#927,1de6f78)migration-v8: Update version references in migration instructions (
PR#938,d6ba16a).. _#936:https://github.com/python-semantic-release/python-semantic-release/issues/9366
.. _1de6f78: python-semantic-release/python-semantic-release@1de6f78
.. _23e02b9: python-semantic-release/python-semantic-release@23e02b9
.. _d6ba16a: python-semantic-release/python-semantic-release@d6ba16a
.. _dfb76b9: python-semantic-release/python-semantic-release@dfb76b9
.. _PRhttps://github.com/python-semantic-release/python-semantic-release/pull/927ll/927
.. _Phttps://github.com/python-semantic-release/python-semantic-release/pull/934ull/934
.. _https://github.com/python-semantic-release/python-semantic-release/pull/937pull/937
.. [https://github.com/python-semantic-release/python-semantic-release/pull/938](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/938)/pull/938
.. _changelog-v9.7.3:
v9.7.3Compare Source
===================
🪲 Bug Fixes
prelease-tokenparameter in github action (PR#929,1bb26b0).. _1bb26b0: python-semantic-release/python-semantic-release@1bb26b0
.. _PR#929https://github.com/python-semantic-release/python-semantic-release/pull/92929
.. _changelog-v9.7.2:
v9.7.2Compare Source
===================
🪲 Bug Fixes
Enable user configuration of
build_commandenv vars (PR#925,6b5b271)version: Enable user config of
build_commandenv variables, closes#922_ (PR#925,6b5b271)📖
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.