prismarine-viewer
prismarine-viewer copied to clipboard
import all good changes from zardoy fork
https://github.com/zardoy/prismarine-web-client/commits/main/prismarine-viewer
first thing is migrating to esbuild to speed up builds by a lot
btw just asking, would it be possible to implement changelogging in github releases like in repo mentioned above? like reading them github releases from mobile
You mean like https://github.com/PrismarineJS/prismarine-viewer/blob/master/HISTORY.md ?
Yes but also include it into release body as text
could be implemented by changing https://github.com/PrismarineJS/prismarine-template/blob/master/.github/workflows/publish.yml and https://github.com/PrismarineJS/prismarine-repo-actions
but I don't really see a lot of point to it, history.md works well
could be implemented by changing PrismarineJS/prismarine-template@
master/.github/workflows/publish.yml and PrismarineJS/prismarine-repo-actions
ok thanks, I want to adopt this idea, should be cool: https://github.com/evanw/esbuild/blob/main/.github/workflows/release.yml
Could be done with a script in the repo to read the README.md / HISTORY.md and pipe to the release action's body. Or just adding a link to the HISTORY.md or README.md's changelog section could work too.
Could be done with a script in the repo to read the README.md / HISTORY.md and pipe to the release action's body
yeah that's more or less what https://github.com/evanw/esbuild/blob/main/.github/workflows/release.yml#L20 do
feel free to try adapting that to our https://github.com/PrismarineJS/prismarine-template/blob/master/.github/workflows/publish.yml @zardoy
@zardoy has funded $10.00 to this issue.
- Submit pull request via IssueHunt to receive this reward.
- Want to contribute? Chip in to this issue via IssueHunt.
- Checkout the IssueHunt Issue Explorer to see more funded issues.
- Need help from developers? Add your repository on IssueHunt to raise funds.
@rom1504 @zardoy is it yet open to work?