Skip to content

Change development policy to continuous packaging #76

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 6 commits into from
May 24, 2023

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