glpi-project / php-library-glpi

GLPI API Client Library for PHP
https://glpi-project.github.io/php-library-glpi/
GNU General Public License v3.0
25 stars 21 forks source link

Generate Changelog #7

Closed ajsb85 closed 6 years ago

ajsb85 commented 7 years ago

Hi, @DIOHz0r

In every release you need to generate and push the changelog file to the gh-pages with this header:

---
layout: modal
title: changelog
---
ajsb85 commented 7 years ago

Hi, @DIOHz0r

Could you use the CLI tool standard-version to generate the Changelog with every push of the master branch?

Please, coordinate with @hectorerb & @rafaelje to share their experience.

Thanks.

DIOHz0r commented 6 years ago

Hi,

The changelog is now auto-generated on each release @Naylin15 will be updating the link on gh-pages branch to show it, this issue could be closed when she finish that update.

Naylin15 commented 6 years ago

Hi, @DIOHz0r

I couldn't display the changelog from the root, we need to change it to the _includes folder for proper display

Thank you

Naylin15 commented 6 years ago

Hi, @DIOHz0r

We need to generate the changelog without the header, otherwise it adds the content as a paragraph

With HEADER Header

Without header

Header

Thank you

DIOHz0r commented 6 years ago

Hi, that update to the changelog has been done on the last PR.