-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add docs for automatic releases w. GitHub Actions #1246
Conversation
|
Thanks for the contribution. It is a very good tutorial. Unfortunately, it would be inappropriate for us to endorse a specific CI service. Additionally, naturally people assume that project maintainers provide support to contents in README of the project. However, we do not have the capacity to support Github Actions, and we will not be able to answer everyone's (in our view, out-of-scope) "how to automate my workflow" questions. In fact, there are many other ways to integrate |
|
Ah ok, would it be accepted if there were examples for other CI platforms? Also with a disclaimer that there is no support provided for this? The value that I see is in the ability of copy + pasting this without having to research the different parts and how to plug them together (which can take hours) |
That kinda makes things worse, and we are now expected to provide support to not only Github Actions but also others. Well. We all know that people don't read disclaimer. ;) If things are in README, we are expected to provide (some degree of) support. I do not believe that we should do that, and we don't have resources for that. "How to automate your workflow" is quite out-of-scope for this project. |
|
Ok, then how about an Then the readme could link to this examples folder... |
That would be a bit more acceptable. Keep in mind that Next.js is the main product and is maintained by a team of dedicated engineers. This project is not allocated the same level of resources and is mostly maintained in voluntary capacity. I believe that such out-of-scope tutorials/examples do not necessarily justify the maintenance burden, as a result. |
|
Ok, would such a PR be accepted? If not, then we can just leave it at that. |
Unfortunately, no. |
Great example, thanks! |
|
@azerpas glad that it helped you! Since it unfortunately won't be accepted here, I have published a separate repo with the guide: https://github.com/karlhorky/vercel-pkg-github-actions-release |
Hi there, thanks for
pkg, really amazing!Wanted to test the waters on documenting usage of GitHub actions to automate building using
pkgand uploading the executables as assets to a GitHub release.Example here: