Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Dump the last commit logs into the CHANGES file

Project description

Using the features available at zest.releser.lasttaglog this module fills the CHANGES file using the VCS’s log command.

Actual implementation only works with git. To add support to other VCSs you need to add new conditions to the prettyfy_logs method

Developing

Create a virtualenv somewhere:

$ virtualenv .
$ source bin/activate

Install zc.buildout:

$ pip install zc.buildout

Run buildout:

$ ./bin/buildout -vv

Latest zest.releaser with the developing version of cs.zestreleaser.changelog will be installed and available through all the scripts created in bin folder. So you can run bin/fullrelease for instance.

Changelog

1.1 (2021-02-02)

  • Prettify svn log messages. [erral]

1.0.1 (2020-07-13)

  • Tag commands should be lists. [erral]

1.0 (2020-07-13)

  • Error control for missing tags [erral]

  • Change svn base class [erral]

0.8 (2020-02-24)

  • Changes due to changes in zest.releaser latest version [uodriozola]

0.7 (2015-10-02)

  • Unicode support for changelog entries [erral]

0.6 (2015-10-01)

  • Fix changelog update :(.

0.5 (2015-09-30)

0.4 (2015-09-24)

0.3 (2015-05-25)

  • Update import to be compatible with zest.releaser >= 4

0.2 (2014-12-12)

  • Show all the commits made since the last tag to the user before asking anything.

0.1 (2014-12-12)

  • Initial implementation: asks the user if he wants to add the last commits made since the last tag to the CHANGES file. This initial implementation works only with git.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page