-
Notifications
You must be signed in to change notification settings - Fork 23
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
New changelog page #101
Comments
Looks nice! I'm pretty sure the generation of the changelog could be automated, just based on the pull request titles and authors from git history. We wouldn't also need to host it on github pages necessarily, as you can include static websites inside the extension. This would increase the package size of the extension, which I would like to keep relatively small. I'll come back to this later. |
Example page: https://next.acrylicstyle.xyz/ezpp.html edit:
yes, but peoples without extension will be able to view the nice changelog page if we use github pages. Also, what about category generation? It might be complex to automate using just message. It becomes much easier with labels. |
I implemented the automated changelog generation with GitHub App (bot), with some commands: https://github.com/acrylic-style/ezpp-bot |
Today, I made a new changelog page that looks so nice than just the .md file:
I think it would be nice to setup Github pages and host the changelog page, but do we need this? (this issue is just a suggestion)
The JSON file is needed for that to work, but it shouldn't be hard work.
Example of the JSON file:
edit(2021/03/29): Updated image and json
The text was updated successfully, but these errors were encountered: