Python-semantic-release

Latest version: v9.15.2

Safety actively analyzes 689579 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 40

7.33.5

Not secure
Bug Fixes

- Update docs and default config for gitmoji changes
([590](https://github.com/python-semantic-release/python-semantic-release/pull/590),
[`192da6e`](https://github.com/python-semantic-release/python-semantic-release/commit/192da6e1352298b48630423d50191070a1c5ab24))

* 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.

* fix: update sphinx dep

I could only build the documentation locally by updating Sphinx to the latest 1.x version.

Documentation

- Update broken badge and add links
([591](https://github.com/python-semantic-release/python-semantic-release/pull/591),
[`0c23447`](https://github.com/python-semantic-release/python-semantic-release/commit/0c234475d27ad887b19170c82deb80293b3a95f1))

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.

7.33.4

Not secure
Bug Fixes

- If prerelease, publish prerelease
([587](https://github.com/python-semantic-release/python-semantic-release/pull/587),
[`927da9f`](https://github.com/python-semantic-release/python-semantic-release/commit/927da9f8feb881e02bc08b33dc559bd8e7fc41ab))

Co-authored-by: Ondrej Winter <ondrej.wintergmail.com>

7.33.3

Not secure
Bug Fixes

- Trim emojis from config
([583](https://github.com/python-semantic-release/python-semantic-release/pull/583),
[`02902f7`](https://github.com/python-semantic-release/python-semantic-release/commit/02902f73ee961565c2470c000f00947d9ef06cb1))

- Update Gitmojis according to official node module
([582](https://github.com/python-semantic-release/python-semantic-release/pull/582),
[`806fcfa`](https://github.com/python-semantic-release/python-semantic-release/commit/806fcfa4cfdd3df4b380afd015a68dc90d54215a))

Documentation

- Grammar in `docs/troubleshooting.rst`
([557](https://github.com/python-semantic-release/python-semantic-release/pull/557),
[`bbe754a`](https://github.com/python-semantic-release/python-semantic-release/commit/bbe754a3db9ce7132749e7902fe118b52f48ee42))

- change contraction to a possessive pronoun

Signed-off-by: Vladislav Doster <mvdostergmail.com>

- Spelling and grammar in `travis.rst`
([556](https://github.com/python-semantic-release/python-semantic-release/pull/556),
[`3a76e9d`](https://github.com/python-semantic-release/python-semantic-release/commit/3a76e9d7505c421009eb3e953c32cccac2e70e07))

- spelling - subject-verb agreement - remove verbiage

Signed-off-by: Vladislav Doster <mvdostergmail.com>

- Update repository name
([559](https://github.com/python-semantic-release/python-semantic-release/pull/559),
[`5cdb05e`](https://github.com/python-semantic-release/python-semantic-release/commit/5cdb05e20f17b12890e1487c42d317dcbadd06c8))

In order to avoid 'Repository not found: relekang/python-semantic-release.'

7.33.2

Not secure
Bug Fixes

- Inconsistent versioning between print-version and publish
([524](https://github.com/python-semantic-release/python-semantic-release/pull/524),
[`17d60e9`](https://github.com/python-semantic-release/python-semantic-release/commit/17d60e9bf66f62e5845065486c9d5e450f74839a))

7.33.1

Not secure
Bug Fixes

- **action**: Mark container fs as safe for git
([552](https://github.com/python-semantic-release/python-semantic-release/pull/552),
[`2a55f68`](https://github.com/python-semantic-release/python-semantic-release/commit/2a55f68e2b3cb9ffa9204c00ddbf12706af5c070))

See https://github.com/actions/runner-images/issues/6775#issuecomment-1409268124 and
https://github.com/actions/runner-images/issues/6775#issuecomment-1410270956

7.33.0

Not secure
Bug Fixes

- Bump Dockerfile to use Python 3.10 image
([536](https://github.com/python-semantic-release/python-semantic-release/pull/536),
[`8f2185d`](https://github.com/python-semantic-release/python-semantic-release/commit/8f2185d570b3966b667ac591ae523812e9d2e00f))

Fixes 533

Co-authored-by: Bernard Cooke <bernard.cookeiotics.com>

- Changelog release commit search logic
([530](https://github.com/python-semantic-release/python-semantic-release/pull/530),
[`efb3410`](https://github.com/python-semantic-release/python-semantic-release/commit/efb341036196c39b4694ca4bfa56c6b3e0827c6c))

* Fixes changelog release commit search logic

Running `semantic-release changelog` currently 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/490

* Removes a couple of extra `strip()`s.

- Fix mypy errors for publish
([`b40dd48`](https://github.com/python-semantic-release/python-semantic-release/commit/b40dd484387c1b3f78df53ee2d35e281e8e799c8))

- Formatting in docs
([`2e8227a`](https://github.com/python-semantic-release/python-semantic-release/commit/2e8227a8a933683250f8dace019df15fdb35a857))

- Update documentaton
([`5cbdad2`](https://github.com/python-semantic-release/python-semantic-release/commit/5cbdad296034a792c9bf05e3700eac4f847eb469))

- **action**: Fix environment variable names
([`3c66218`](https://github.com/python-semantic-release/python-semantic-release/commit/3c66218640044adf263fcf9b2714cfc4b99c2e90))

Features

- Add signing options to action
([`31ad5eb`](https://github.com/python-semantic-release/python-semantic-release/commit/31ad5eb5a25f0ea703afc295351104aefd66cac1))

- Update action with configuration options
([518](https://github.com/python-semantic-release/python-semantic-release/pull/518),
[`4664afe`](https://github.com/python-semantic-release/python-semantic-release/commit/4664afe5f80a04834e398fefb841b166a51d95b7))

Co-authored-by: Kevin Watson <Kevmo92users.noreply.github.com>

- **repository**: Add support for TWINE_CERT
([522](https://github.com/python-semantic-release/python-semantic-release/pull/522),
[`d56e85d`](https://github.com/python-semantic-release/python-semantic-release/commit/d56e85d1f2ac66fb0b59af2178164ca915dbe163))

Fixes 521

Page 13 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.