Skip to content

Action for core release #573

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
merged 3 commits into from
Dec 14, 2020
Merged

Conversation

giulcioffi
Copy link
Contributor

This GitHub action provides an automatic way to prepare an Arduino core pre-release:

  • runs when a new tag with format [0-9].[0-9].[0-9]* is pushed
  • checks that the tag is equal to the version in platform.txt
  • generates the package_ArduinoCore-samd_%VERSION%_index.json and uploads it to a staging folder of the server
  • creates core-ArduinoCore-samd-%VERSION%.tar.bz2 and uploads it to a staging folder of the server
  • downloads the new core using arduino-cli
  • compiles a Blink for all the supported boards
  • writes a notification to the Arduino Slack channel #core_releases

The action is totally core-independent and can be used in any other Arduino core repository.

What needs to be done to complete the release:

  • add the signature from Jenkins
  • add the newly generated package index to the official package_index.json
  • in AWS, move the files outside the staging folder

NOTE: the action uses 4 secrets that must be previously set in the repository.

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

Successfully merging this pull request may close these issues.

3 participants