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

Release automation for Shadow. #62

Merged
merged 1 commit into from
Dec 7, 2020
Merged

Release automation for Shadow. #62

merged 1 commit into from
Dec 7, 2020

Conversation

leegeth
Copy link
Contributor

@leegeth leegeth commented Dec 7, 2020

Release automation for Shadow.

Description of changes:
Add a GitHub Action job to trigger a release process which includes operations of:

  1. Creating and pushing the release tag to the repository
  2. Verifying the pushed tag (performing a diff with the commit ID which is tagged)
  3. Creating a ZIP for the release asset.
  4. Verifying the ZIP by performing a diff check and running unit tests on the unzipped files. 5. Creating a release on the repository for the tag, and uploading the ZIP as the release asset

The workflow can be manually triggered and takes the input values of Commit ID (to create a release for) and the Version string for tagging the release with

Test run of the GHA run on my fork
https://github.com/leegeth/Device-Shadow-for-AWS-IoT-embedded-sdk/actions/runs/406525459

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@gkwicker gkwicker merged commit 668f077 into aws:main Dec 7, 2020
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