Skip to content
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

[FEATURE] Include JSON file in GitHub release files #610

Closed
6 tasks
guibranco opened this issue Dec 19, 2024 · 2 comments · Fixed by #616
Closed
6 tasks

[FEATURE] Include JSON file in GitHub release files #610

guibranco opened this issue Dec 19, 2024 · 2 comments · Fixed by #616
Labels
⚙️ CI/CD Continuous Integration/Continuous Deployment processes CI Continuous Integration / Pipeline enhancement A enhancement to the project gitauto GitAuto label to trigger the app in a issue. good first issue A issue for someone self assign and help me =D hacktoberfest Participation in the Hacktoberfest event help wanted Feel free to take this issue for you and help me! 👷🏼 infrastructure Infrastructure-related tasks or issues javascript Pull requests that update Javascript code 🕒 low effort A task that can be completed in a few minutes packages Publishing packages

Comments

@guibranco
Copy link
Owner

Currently, the pipeline (AppVeyor) generates the NuGet package (.nupkg) and attaches it to the GitHub release files. However, the JSON file is not included in the release files. This enhancement aims to update the pipeline to ensure the JSON file is also included in the GitHub release.

Tasks

  • Modify the pipeline configuration to include the JSON file in the list of artifacts for the release.
  • Ensure the JSON file is properly packaged or copied to the appropriate location before the release step.
  • Verify that the .nupkg and JSON files are attached to the GitHub release.

Acceptance Criteria

  • The pipeline attaches the .nupkg and the JSON file to the GitHub release files.
  • The JSON file correctly names and matches the expected format and content.
  • A successful pipeline run with the updated configuration demonstrates that both files have been uploaded to GitHub.
@guibranco guibranco added enhancement A enhancement to the project help wanted Feel free to take this issue for you and help me! good first issue A issue for someone self assign and help me =D javascript Pull requests that update Javascript code packages Publishing packages CI Continuous Integration / Pipeline hacktoberfest Participation in the Hacktoberfest event 👷🏼 infrastructure Infrastructure-related tasks or issues ⚙️ CI/CD Continuous Integration/Continuous Deployment processes 🕒 low effort A task that can be completed in a few minutes labels Dec 19, 2024
Copy link
Contributor

gitauto-ai bot commented Dec 19, 2024

Hello @guibranco, you have reached your request limit of 30, your cycle will refresh on 2024-12-26 00:19:30+00:00.
Consider subscribing if you want more requests.
If you have any questions or concerns, please contact us at [email protected].

@gitauto-ai gitauto-ai bot added the gitauto GitAuto label to trigger the app in a issue. label Dec 26, 2024
Copy link
Contributor

gitauto-ai bot commented Dec 26, 2024

@guibranco Pull request completed! Check it out here #616 🚀

Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact [email protected] or invite us to Slack Connect.

@gstraccini gstraccini bot added the 🛠 WIP Work in progress label Dec 26, 2024
@gstraccini gstraccini bot removed the 🛠 WIP Work in progress label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ CI/CD Continuous Integration/Continuous Deployment processes CI Continuous Integration / Pipeline enhancement A enhancement to the project gitauto GitAuto label to trigger the app in a issue. good first issue A issue for someone self assign and help me =D hacktoberfest Participation in the Hacktoberfest event help wanted Feel free to take this issue for you and help me! 👷🏼 infrastructure Infrastructure-related tasks or issues javascript Pull requests that update Javascript code 🕒 low effort A task that can be completed in a few minutes packages Publishing packages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant