-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add release workflow and readme #23
Conversation
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
|
||
## Releasing | ||
|
||
The release process includes a [MAINTAINER](MAINTAINERS.md) pushing a tag to this repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lowercase MAINTAINER
I think you want to explain that the tag causes a workflow to run and make a release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me fix that in new PR. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Add release.yml Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
* Added precision for codecov (#17) * Added precision for codecov Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Add standard release pipeline library (#11) * Add standard release pipeline library Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Create publishToNpm library (#21) * Add npm publishing lib Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Add standard release pipeline library with generic trigger (#22) Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Add release workflow and readme (#23) * Add release.yml Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Fix releasing.md (#25) Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Fix credential type for github bot (#26) * Fix credential type for github bot Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Add untriaged label to new github issues (#27) Signed-off-by: Rishabh Singh <sngri@amazon.com> Signed-off-by: Rishabh Singh <sngri@amazon.com> * Remove docker check for windows gradle check (#28) * Remove docker check for windows gradle check Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * add test results Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Remove docker check for windows gradle check (#28) * Remove docker check for windows gradle check Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * add test results Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * upgrade to 1.1.1 with changes in #28 Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Test results Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> Signed-off-by: Rishabh Singh <sngri@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Owais Kazi <owaiskazi19@gmail.com> Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Co-authored-by: Rishabh Singh <rishabhksingh@gmail.com>
Description
Add releasing.md file along with release create workflow. This will help to auto-create a release when a tag is pushed.
Issues Resolved
#5
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.