Skip to content

Conversation

@MatteoPologruto
Copy link
Contributor

The previous development policy was to only repackage on each release. This prevented contributors from doing casual beta
testing by simply referencing the action as arduino/setup-protoc@main in a workflow.

This policy change is implemented via:

  • Update development and release workflow documentation.
  • Add a CI workflow to check for forgotten packaging.

The packaged code is already up to date and test-integration did not build the action, so no changes are needed.


This aligns the development policy of this project with that of the arduino/setup-task and arduino/arduino-lint-action actions, which have successfully used continuous packaging for some time now (arduino/setup-task#16, arduino/arduino-lint-action#30).

@MatteoPologruto MatteoPologruto added topic: documentation Related to documentation for the project type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels May 24, 2023
@MatteoPologruto MatteoPologruto self-assigned this May 24, 2023
@MatteoPologruto MatteoPologruto force-pushed the test-typescript-task branch 4 times, most recently from f182e91 to 5f53460 Compare May 24, 2023 09:44
@MatteoPologruto MatteoPologruto marked this pull request as ready for review May 24, 2023 09:49
On every push and pull request that affects relevant files, check the project's Typescript packaging.
The commands were prefixed by "#", evidently to indicate a command prompt. But that is the shell comment syntax, so it
is very unintuitive.
The development process for contributors follows a reasonably linear set of distinct steps, so this is an appropriate
way of organizing the information.
The previous development policy was to only repackage on each release. This prevented contributors from doing casual
beta testing by simply referencing the action as `arduino/arduino-lint-action@main` in a workflow.
@MatteoPologruto MatteoPologruto merged commit f9aa72c into arduino:master May 24, 2023
@MatteoPologruto MatteoPologruto deleted the test-typescript-task branch May 24, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: documentation Related to documentation for the project topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants