releases icon indicating copy to clipboard operation
releases copied to clipboard

A powerful Sphinx changelog-generating extension.

Results 32 releases issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 22.8.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

## Reasoning behind the request Hello! So I have a feature request which may sound strange to you as it does not 100% follow the semantic versioning ethos. But there...

Just found that I'm not able to generate man page in sphinx-theme-alabaster python module (https://github.com/bitprophet/alabaster/) ```console + sphinx-build -b man -d sphinx-theme-alabaster docs . Running Sphinx v3.5.3 building [mo]: targets...

Is it possible next time on release new version make the github release to have entry on https://github.com/bitprophet/releases/releases? 🤔 I'm only asking because on the creation of a new GH...

The sdist package at PyPI is missing `pytest.ini`. Please add the missing file to sdist to make downstream testing easier. Thank you.

## Context The recent versions of python-semanticversion made changes to private APIs, removing the interaction between `Version(x, partial=True)` and `Spec()` (`partial=True` was designed for implementing the `Spec` class only). This...

Scenario 1: - Your releases are not kept in branches but instead are in git tags, so `releases_release_uri = 'https://github.com/you/project/releases/tag/v%s'` - Your unreleased changes are not in a tag, but...

enhancement

I use releases for a GUI app. I find myself making improvements to the UI that are not bug fixes but more cosmetic changes that improve readability or something similar....

A while ago `semantic-version` was pinned to `=2.8.1,

Is it possible you could make have an option to add custom prefixes to the tree such as ``v``? In https://libtmux.git-pull.com/en/latest/history.html, I want 0.7.0 to point to https://github.com/tony/libtmux/tree/v0.7.0 instead of...

enhancement