-
Notifications
You must be signed in to change notification settings - Fork 4
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
Updating the change log. #66
Comments
Can something like this be implemented? |
Yes we can. I have zero experience it in. |
Haha... I don't have any experience with GitHub actions either. It's gonna be a trial and error, I guess. |
I made a script for that (WIP). It can only track the changes after tagging so far. See https://github.com/JBlond/php-diff/blob/automatic-changelog/changelog.sh maybe you have some additional ideas for that. |
Looks promising so far.
I'm thinking about what's more sucker proof...
These points are inapplicable when running GitHub actions, I think. |
Investigating GitHub actions, I came up with the following: It uses https://github.com/github-changelog-generator/github-changelog-generator, |
Please give https://github.com/DigiLive/gitChangelog a try. It's also at Packagist. If you send me your account details, I can add you as a maintainer. |
I made a branch for that https://github.com/JBlond/php-diff/tree/66-automatic-changelog |
👍🏻 |
it is not merged yet :D |
I know... Just a warning. :) For testing you could pull the latest commit of the main branch with composer. If you have any questions about setting up or using the lib, or have any ideas, contact me or create a new issue at the repo. |
RC1 for the GitChangelog package is released. I don't expect the code will change between this release and the first major release which is scheduled for 15-12-2020. |
maybe upgrading this lib's requirement to 7.3 is not needed. The Changelog would only be needed for development. |
Then (I think) you won't be able to install GitChanglog with composer.json of this lib, unless the version constraint of GitChanglog is lowered. Possible solutions:
Please feedback what would work best for you. |
I gonna upgrade this lib requirement to PHP 7.3 |
v1.0.0 of DigiLive/gitChangelog is released since today. |
Once #85 is merged, we can start with this. |
There is now #89 |
This has been done in #89 |
Both of us forgot the change log.
Originally posted by @JBlond in https://github.com/JBlond/php-diff/issue_comments/707764891
The text was updated successfully, but these errors were encountered: