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

Keep a ChangeLog of update operations #20

Open
bergie opened this issue Jan 28, 2011 · 1 comment
Open

Keep a ChangeLog of update operations #20

bergie opened this issue Jan 28, 2011 · 1 comment

Comments

@bergie
Copy link
Member

bergie commented Jan 28, 2011

Midgard MVC installation and updating commands should keep an automatic change log of the operations done. Basically I'd like to see something like:

2011-01-24 12:10:00 Henri Bergius <[email protected]>

Component updates:

  * midgardmvc_ui_create:
    * static/js/objectmanager.js: Append ID if it is set
    * static/js/containers.js: Add missing semicolon
    * workflow/action/delete.php: Delete attachments and parameters separately
  * net_example_website:
    * templates/ROOT.xhtml: Change site logo

Database updates:

  * midgard_attachment: table updated

PEAR upgrades:

  * zetacomponents/Foo: installed version 1.2.3

Preferably in a machine-readable (and human-readable) format, for example YAML.

@bergie
Copy link
Member Author

bergie commented Jan 28, 2011

Here is a Python example for how to generate changelogs from Git commit log:

http://blog.cryos.net/archives/202-Git-and-Automatic-ChangeLog-Generation.html

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

No branches or pull requests

1 participant