Add Chocolatey install support
API Dash is currently not available on Chocolatey. Contributors can help us in the following ways:
- Provide Step by step details on how to create a build and release it.
- CI/CD pipeline which prepares and publishes the build on FlatHub whenever
pubspec.yamlversion is bumped.
Developers are requested to add (1) in https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md
Once (1) is completed (2) can be taken up.
Related issues & discussions - https://github.com/foss42/apidash/discussions/240
Hey @ashitaprasad, I wrote an article on (1) here
Is it fine? should I make a PR regarding this to update in https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md
If so I'll make a PR and start working on (2).
Happy to contribute :)
@xkaper001 You have to provide all the steps in the markdown form like this PR - https://github.com/foss42/apidash/pull/566
The first three links are to the official medium blog as they were written before we had a documentation section.
@xkaper001 You have to provide all the steps in the markdown form like this PR - #566
The first three links are to the official medium blog as they were written before we had a documentation section.
Oh my bad Okay!
Thanks for adding the packaging guide @xkaper001
@ashitaprasad I was planning on implementing the CI/CD pipeline. A key is required to publish it to community.chocolately.org. How should I go about it? Will you be creating a GitHub secret for that and I should mention the secrets name in the workflow?
@ashitaprasad I was planning on implementing the CI/CD pipeline. A key is required to publish it to community.chocolately.org. How should I go about it? Will you be creating a GitHub secret for that and I should mention the secrets name in the workflow?
Yes I will be creating a GitHub secret and you should mention a dummy name for now in the workflow