Skip to content
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

Use pbr instead of Bumpversion #1

Open
veit opened this issue Sep 11, 2018 · 1 comment
Open

Use pbr instead of Bumpversion #1

veit opened this issue Sep 11, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@veit
Copy link
Owner

veit commented Sep 11, 2018

pbr has a much larger functionality than Bumpversion. So it can not only update versions. It updates version numbers based on git revisions and tags. In addition, it offers the following features:

  • AUTHORS: Generate AUTHORS file from git log
  • ChangeLog: Generate ChangeLog from git log
  • Manifest: Generate a sensible manifest from git files and some standard files
  • Requirements: Store your dependencies in a pip requirements file
  • long_description: Use your README file as a long_description
  • Smart find_packages: Smartly find packages under your root package
  • Sphinx Autodoc: Generate autodoc stub files for your whole module
@veit veit added the enhancement New feature or request label Sep 11, 2018
@veit veit self-assigned this Sep 11, 2018
@veit
Copy link
Owner Author

veit commented Feb 26, 2019

Maybe the solution outlined in the issue Consider dropping PBR is the better idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant