chore(deps): update dependency python-semantic-release to v7.34.6 #236
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.19.2->7.34.6Release Notes
python-semantic-release/python-semantic-release (python-semantic-release)
v7.34.6Compare Source
Fix
18ea200)v7.34.5Compare Source
Fix
6f2e890)v7.34.4Compare Source
Fix
git was installed from bullseye-backports, but base image is referencing latest python:3.10
since bookworm was recently released, this now points at bookworm and installing the backport of git is actually trying to downgrade, resulting in this error:
> E: Packages were downgraded and -y was used without --allow-downgrades.
> ERROR: failed to solve: process "/bin/sh -c echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list; apt-get update; apt-get install -y git/bullseye-backports" did not complete successfully: exit code: 100 (
9e3eb97)v7.34.3Compare Source
Fix
In #594, I missed that there are 2 places where the version header is formatted (
cc87400)v7.34.2Compare Source
Fix
cb71f35)v7.34.1Compare Source
Fix
Add an extra new line after each header and between sections to fix 2 markdownlint errors
for changelogs generated by this package (
9d9d403)Style
9d9d403(2881c5f)v7.34.0Compare Source
Feature
When running the application from a sub-directory in the VCS, the option
use_only_cwd_commits will filter out commits that does not changes the
current working directory, similar to running commands like
git log -- .in a sub-directory. (cdf8116)v7.33.5Compare Source
Documentation
The "Test Status" badge was updated to address a recent breaking change in the
GitHub actions API. All the badges updated to add links to the appropriate
resources for end-user convenience. (
0c23447)Fix
fix: update docs and default config for gitmoji changes (#590)
fix: update docs and default config for gitmoji changes
PR #582 updated to the latest Gitmojis release however the documentation and
default config options still referenced old and unsupported Gitmojis.
I could only build the documentation locally by updating Sphinx to the latest
1.x version. (
192da6e)v7.33.4Compare Source
Fix
Co-authored-by: Ondrej Winter <[email protected]> (
927da9f)Style
927da9f(00192bc)v7.33.3Compare Source
Documentation
In order to avoid 'Repository not found: relekang/python-semantic-release.' (
5cdb05e)travis.rst(#556)Signed-off-by: Vladislav Doster <[email protected]> (
3a76e9d)docs/troubleshooting.rst(#557)Signed-off-by: Vladislav Doster <[email protected]> (
bbe754a)Fix
fix: update Gitmojis according to official node module (#582) (
806fcfa)fix: trim emojis from config (#583) (
02902f7)Style
806fcfa(3fb49fb)v7.33.2Compare Source
Fix
17d60e9)v7.33.1Compare Source
Fix
See https://github.com/actions/runner-images/issues/6775#issuecomment-1409268124 and https://github.com/actions/runner-images/issues/6775#issuecomment-1410270956 (
2a55f68)Style
2a55f68(30ad440)v7.33.0Compare Source
Chore
It is spamming to much. We can bring it back if we get the time to fix the spamming. (
08c535e)Ci
ci: fix GHA conditional (
8edfbc9)ci: remove python3.6 from GHA, add python3.10 and python3.11 (#541)
ci: remove python3.6 from GHA, add python3.10 and python3.11
GHA workflows are failing without this, due to
https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
8e4aa0e)Feature
feat: add signing options to action (
31ad5eb)feat(repository): add support for TWINE_CERT (#522)
Fixes #521 (
d56e85d)Co-authored-by: Kevin Watson <Kevmo92@users.noreply.github.com> (
4664afe)Fix
fix: changelog release commit search logic (#530)
Fixes changelog release commit search logic
Running
semantic-release changelogcurrently fails to identify "the last commit in [a] release" because the compared commit messages have superfluous whitespace.Likely related to the issue causing:https://github.com/relekang/python-semantic-release/issues/4900
Removes a couple of extra
strip()s. (efb3410)fix: bump Dockerfile to use Python 3.10 image (#536)
Fixes #533
Co-authored-by: Bernard Cooke <[email protected]> (
8f2185d)fix: fix mypy errors for publish (
b40dd48)fix: formatting in docs (
2e8227a)fix: update documentaton (
5cbdad2)fix(action): fix environment variable names (
3c66218)Style
style: beautify
8e4aa0e(729c2a7)style: beautify
b40dd48(2aab9bd)v7.32.2Compare Source
Ci
ci: Update stale github action config (
69ddb4e)ci: Update deprecated actions (#511)
ci: update depreated actions
ci: replace deprecated set-output in workflow
According to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ (
bb09233)Documentation
Previously: https://i.imgur.com/XWFhG7a.png (
24b7673)Fix
482a62e)v7.32.1Compare Source
Documentation
3717e0d)Fix
d47afb6)v7.32.0Compare Source
Documentation
commit_version_number(#497) (ffae2dc)Feature
Resolves #498
Add the
use_textual_changelog_sectionssetting flag for enforcing thatchangelog section headings will always be regular ASCII when using the Emoji
parser. (
988437d)v7.31.4Compare Source
Chore
Resolve #491 (
bd2201f)Fix
Fixes #490 (
111b151)v7.31.3Compare Source
Fix
commit_subjectwhen searching for release commits (#488)Co-authored-by: Dzmitry Ryzhykau <[email protected]> (
3849ed9)Style
3849ed9(c84b1b7)v7.31.2Compare Source
Chore
47130a4)Documentation
2a4b8af)Fix
There is still one case where we don't add it, but in those
corner cases it would be better to do it manually than to make it
mangled.
Fixes #454 (
e7a0e81)Fixes #422 (
40be804)Refactor
e09cc3c)v7.31.1Compare Source
Fix
Fixes #473 (
0ece6f2)v7.31.0Compare Source
Chore
d6fcb5f)Feature
feat: override repository_url w REPOSITORY_URL env var (#439) (
cb7578c)feat: add prerelease-patch and no-prerelease-patch flags for whether to auto-bump prereleases (
b4e5b62)Fix
cad09be)Style
cad09be(76eb536)v7.30.2Compare Source
Fix
cb5d8c7)v7.30.1Compare Source
Fix
ac3f11e)v7.30.0Compare Source
Feature
additional_optionsinput for GitHub Action (#477) (aea60e3)Fix
c9b2514)v7.29.7Compare Source
Fix
51bcb78)Style
51bcb78(b47a323)v7.29.6Compare Source
Fix
Delay construction of version and release patterns until runtime.
This will allow to use non-default prerelease tag.
Co-authored-by: Dzmitry Ryzhykau <[email protected]> (
395bf4f)v7.29.5Compare Source
Fix
Replicate the behavior of "version" command in version calculation.
Co-authored-by: Dzmitry Ryzhykau <[email protected]> (
dd26888)b99c9fa)Style
dd26888(9cb0b45)v7.29.4Compare Source
Fix
733254a)Style
733254a(55c9f4d)v7.29.3Compare Source
Fix
Signed-off-by: Chris Butler <[email protected]> (
32b516d)Style
style: beautify
32b516d(fc5a703)style: beautify
c8087fe(772573f)Test
c8087fe)v7.29.2Compare Source
Fix
Co-authored-by: Sebastian Seith <[email protected]> (
da0606f)Style
da0606f(5d363fa)v7.29.1Compare Source
Fix
426cdc7)Style
426cdc7(1c5184d)v7.29.0Compare Source
Chore
0778516)Ci
Co-authored-by: Sebastian Seith <[email protected]>
Co-authored-by: github-actions <[email protected]> (
3329eef)Feature
feat: allow using ssh-key to push version while using token to publish to hvcs (#419)
feat(config): add ignore_token_for_push param
Add ignore_token_for_push parameter that allows using the underlying
git authentication mechanism for pushing a new version commit and tags
while also using an specified token to upload dists
Test push_new_version with token while ignore_token_for_push is True
and False
docs: add documentation for ignore_token_for_push
fix(test): override GITHUB_ACTOR env
push_new_version is using GITHUB_ACTOR env var but we did not
contemplate in our new tests that actually Github actions running the
tests will populate that var and change the test outcome
Now we control the value of that env var and test for it being present
or not (
7b2dffa)Fix
94c9494)v7.28.1Compare Source
Ci
github-actions-x/commitaction (2a25668)Fix
version_source=tag_only(#437) (b247936)Style
2a25668(3575317)v7.28.0Compare Source
Feature
tag_onlyoption forversion_source(#436)Fixes #354 (
cf74339)v7.27.1Compare Source
Chore
refs #336 (
8515879)Fix
The
get_current_versionfunction accepts aprereleaseargument whichwas never passed. (
aabab0b)Style
aabab0b(e17f83a)v7.27.0Compare Source
Chore
chore(dependencies): extend allowed version range for python-gitlab (#417)
chore(dependencies): extend allowed version range for python-gitlab
fix(type): ignore mypy errors for dynamic RESTObject (
8ee4d4b)Feature
184e365)v7.26.0Compare Source
Feature
feat: add prerelease functionality (#413)
chore: add initial todos
feat: add prerelease tag option
feat: add prerelease cli flag
feat: omit_pattern for previouse and current version getters
feat: print_version with prerelease bump
feat: make print_version prerelease ready
feat: move prerelease determination to get_new_version
test: improve get_last_version test
docs: added basic infos about prereleases
feat: add prerelease flag to version and publish
feat: remove leftover todos
Co-authored-by: Mario Jäckle <[email protected]> (
7064265)Style
7064265(fab060a)v7.25.2Compare Source
Fix
e011944)v7.25.1Compare Source
Fix
fix(gitea): build status and asset upload (#420)
fix(gitea): handle list build status response
fix(gitea): use form-data for upload_asset (
57db81f)Style
style: beautify
57db81f(9fbb28f)style: beautify
aba6f5e(a4a8743)Test
Prevent test_repo_with_custom_* from failing when run on Windows due to different path seperator. (
aba6f5e)v7.25.0Compare Source
Documentation
Fixes #410 (
b631ca0)Feature
b7e7936)Style
style: beautify
b7e7936(f1e3ecb)style: beautify
b631ca0(c59095e)v7.24.0Compare Source
Feature
Add new config keys,
pre_commit_commandandcommit_additional_files,to allow custom file changes alongside the release commits. (
3e34f95)Style
3e34f95(1ad5183)v7.23.0Compare Source
Chore
c9ac06d)Feature
b4e01f1)v7.22.0Compare Source
Feature
parser_angular_allowed_typescontrols allowed typesrefactor, test
parser_angular_default_level_bumpcontrols the default level to bump theversion by
parser_angular_minor_typescontrols which types trigger a minor versionbump
parser_angular_patch_typescontrols which types trigger a patch version298eebb)Fix
parser_angular.pyangular_parser_default_level_bumpshould have plain-englishsettings
TYPESvariable toLONG_TYPE_NAMES(f7bc458)Style
01eea03(6cf85a7)Test
01eea03)v7.21.0Compare Source
Style
0256916(6afa90c)Unknown
0256916)v7.20.0Compare Source
Chore
chore: update GitHub Actions with new variable names (
7bd3a73)chore: update GitHub Actions Dockerfile to Python 3.9
Fixes #388 (
f010a15)Documentation
Add more details and external links (
1efa18a)Feature
Artifact upload generalised to fully support custom repositories like
GitLab. Rewritten to use twine python api instead of running the
executable. No-op mode now respected by artifact upload. (
cfb20af)feat: allow custom environment variable names (#392)
GH_TOKEN can now be customized by setting github_token_var
GL_TOKEN can now be customized by setting gitlab_token_var
PYPI_PASSWORD can now be customized by setting pypi_pass_var
PYPI_TOKEN can now be customized by setting pypi_token_var
PYPI_USERNAME can now be customized by setting pypi_user_var (
372cda3)feat: use gitlab-ci or github actions env vars
return owner and project name from Gitlab/Github environment variables if available
Issue #363 (
8ca8dd4)Fix
fix: mypy errors in vcs_helpers (
13ca0fe)fix: remove invalid repository exception (
746b62d)fix: skip removing the build folder if it doesn't exist
https://github.com/relekang/python-semantic-release/issues/391#issuecomment-950667599 (
8e79fdc)5bcccd2)Style
d7406ef(2cf59cc)Unknown
Merge pull request #395 from fleXible-public/feature/repository (
d7406ef)Merge branch 'master' into feature/repository
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.