Commit Graph

5 Commits

Author SHA1 Message Date
Xueli Xie 89d8cd7e2b Remove branch keywords 2021-03-04 14:59:34 -08:00
Xueli Xie 50dbe5f751 Changed to use correct branch name in PR case 2021-03-04 11:17:44 -08:00
Xueli Xie 43152ec6b7 Added git-secrets check to Github Actions 2021-03-02 15:49:24 -08:00
leegeth c3941e76bb
Update the release zip name to be consistent with the prior release. (#4) 2021-02-26 13:53:35 -08:00
Archit Aggarwal 09ad9ee5d7
Add GitHub Action job to automate release
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/Branch (to create a release for) and the Version string for tagging the release with
2021-02-25 15:06:49 -08:00