Skip to content

Add CI workflow to publish releases #4

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

Merged

Conversation

MatteoPologruto
Copy link
Contributor

@MatteoPologruto MatteoPologruto commented Feb 7, 2023

On every push of a tag named with a version format:

  • Build the project for all supported platforms.
  • Create a GitHub release.
    • Builds and checksums are attached as release assets
    • A changelog generated by arduino/create-changelog from the commit history is added to the release description
    • If the tag has a pre-release version suffix, the GitHub release will be marked as a pre-release.
  • Upload the builds to Arduino's downloads server.

Test build: https://github.com/MatteoPologruto/arduino101load/releases/tag/99.99.99

On every push of a tag named with a version format:

- Build the project for all supported platforms.
- Sign and notarize the macOS builds.
- Create a GitHub release.
  - Builds and checksums are attached as release assets
  - A changelog generated from the commit history is added to the release description
  - If the tag has a pre-release version suffix, the GitHub release will be marked as a pre-release.
- Upload the builds to Arduino's downloads server.
@umbynos
Copy link

umbynos commented Feb 8, 2023

The only problem I see is that it misses the package_index.json template generation

@MatteoPologruto
Copy link
Contributor Author

@umbynos can't we use this https://arduino.atlassian.net/wiki/spaces/ATL/pages/3246653492/Add+a+new+tool+release+in+the+package+index.json to generate the template for the package index?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bsdthread_register / segmentation fault error when release build executed on modern macOS
2 participants