Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 625 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 625 Bytes

Contributing

Commit Messages

The commit messages use the AngularJS conventions, which the packaging/format-release-message script formats for the GitHub release message.

Making a Release

To make a release, update the __version__ variable in src/certbot_dns_joker/__init__.py with the new version and commit. Then tag the code with the same version and run the publish-pypi make target to publish to PyPI and the publish-github target to make a GitHub release.