Loghub

Latest version: v0.5.1

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

Scan your dependencies

Page 1 of 2

5.0.1

Will produce version `5.0.1` and update the dev version to `5.0.1.dev0`

Important

- In case some of the steps appear as completed, delete the `rever` folder.

bash
rm -rf rever/


- Some of the intermediate steps may ask for feedback, like checking the changelog.

Manual process

* Ensure you have the latest version from upstream and update your fork

bash
git pull upstream master
git push origin master


* Clean the repo

bash
git clean -xfdi


* Update CHANGELOG.md using loghub itself:

* if using Github Milestones:

bash
loghub spyder-ide/loghub -ilg type:feature "Features " -ilg type:enhancement "Enhancements" -ilg type:bug "Bugs fixed" -ilr "reso:completed" --no-prs -u <github-username> -m <github-milestone>


* if using ZenHub Releases:

bash
loghub spyder-ide/loghub -ilg type:feature "Features " -ilg type:enhancement "Enhancements" -ilg type:bug "Bugs fixed" -ilr "reso:completed" --no-prs -u <github-username> -zr <zenhub-release> -zt <zenhub-token>


* Update version in `__init__.py` (set release version, remove 'dev0')

* Commit changes

bash
git add .
git commit -m "Set release version"


* Create distributions

bash
python setup.py sdist bdist_wheel


* Upload distributions

bash
twine upload dist/* -u <username> -p <password>


* Add release tag

bash
git tag -a vX.X.X -m 'Release version'


* Update `__init__.py` (add 'dev0' and increment minor)

* Commint changes

bash
git add .
git commit -m "Restore dev version"


* Push changes

bash
git push upstream master
git push origin master
git push --tags


To release a new version of **loghub** on conda-forge:

* Update recipe on the loghub feedstock: https://github.com/conda-forge/loghub-feedstock


History of changes

0.5

Issues Closed

Features

* [Issue 111](https://github.com/spyder-ide/loghub/issues/111) - Add configuration file ([PR 114](https://github.com/spyder-ide/loghub/pull/114) by [goanpeca](https://github.com/goanpeca))

Enhancements

* [Issue 102](https://github.com/spyder-ide/loghub/issues/102) - Add support for zenhub releases (when used instead of milestones) ([PR 106](https://github.com/spyder-ide/loghub/pull/106) by [goanpeca](https://github.com/goanpeca))
* [Issue 95](https://github.com/spyder-ide/loghub/issues/95) - Add user to rendered changelog ([PR 110](https://github.com/spyder-ide/loghub/pull/110) by [goanpeca](https://github.com/goanpeca))
* [Issue 93](https://github.com/spyder-ide/loghub/issues/93) - Add option to disable related issues and PRs ([PR 108](https://github.com/spyder-ide/loghub/pull/108) by [goanpeca](https://github.com/goanpeca))

Bugs fixed

* [Issue 94](https://github.com/spyder-ide/loghub/issues/94) - ApiNotFoundError ([PR 109](https://github.com/spyder-ide/loghub/pull/109) by [goanpeca](https://github.com/goanpeca))

In this release 5 issues were closed.

0.4

Issues Closed

Enhancements

* [Issue 90](https://github.com/spyder-ide/loghub/issues/90) - Add ability to group pull requests by labels ([PR 92](https://github.com/spyder-ide/loghub/pull/92))

In this release 1 issue was closed.

----

0.3.3

Issues Closed

Bugs fixed

* [Issue 89](https://github.com/spyder-ide/loghub/issues/89) - Batch processing breaks on python 3 ([PR 91](https://github.com/spyder-ide/loghub/pull/91))

In this release 1 issue was closed.

----

0.3.2

Issues Closed

Bugs fixed

* [Issue 88](https://github.com/spyder-ide/loghub/issues/88) - Repo name is incorrectly detected from pull request body ([PR 86](https://github.com/spyder-ide/loghub/pull/86))

In this release 1 issue was closed.

----

0.3.1

Issues Closed

Enhancements

* [Issue 72](https://github.com/spyder-ide/loghub/issues/72) - Output examples

Bugs fixed

* [Issue 81](https://github.com/spyder-ide/loghub/issues/81) - `None` issue number causing TypeError ([PR 83](https://github.com/spyder-ide/loghub/pull/83))
* [Issue 78](https://github.com/spyder-ide/loghub/issues/78) - Avoid crash with empty body ([PR 76](https://github.com/spyder-ide/loghub/pull/76))
* [Issue 75](https://github.com/spyder-ide/loghub/issues/75) - Bug: No issues found for -ilg group creates error ([PR 76](https://github.com/spyder-ide/loghub/pull/76))

In this release 4 issues were closed.

----

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.