-
Notifications
You must be signed in to change notification settings - Fork 7
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
[PLA-1672] add release action #86
base: master
Are you sure you want to change the base?
Conversation
PR Description updated to latest commit (3c14815) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
To where this is being uploaded? The repo assets itself? |
3c14815
to
9a0cde4
Compare
Type
enhancement
Description
release
job to automate the release process. This job triggers on push to master, creates a new GitHub release, and uploads the build artifact as a zip file.Changes walkthrough
deploy.yml
Enhancement of CI/CD Pipeline with Release Automation
.github/workflows/deploy.yml
pull_request
andpush
triggers.dist
topublic
.release
job that creates and uploads a release artifactupon push to master.