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

ci: adds release workflow #391

Merged
merged 7 commits into from
Feb 20, 2025
Merged

ci: adds release workflow #391

merged 7 commits into from
Feb 20, 2025

Conversation

mathetake
Copy link
Member

Commit Message

This set ups the release GHA workflow for the initial release!

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
@mathetake mathetake marked this pull request as ready for review February 20, 2025 18:15
@mathetake mathetake requested a review from a team as a code owner February 20, 2025 18:15
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
@mathetake
Copy link
Member Author

i want to test the workflow so i am going ahead and merge!

@mathetake mathetake merged commit 4e62a61 into main Feb 20, 2025
17 checks passed
@mathetake mathetake deleted the releaseworkflow branch February 20, 2025 18:29

- name: Create a release candidate
if: ${{ contains(github.ref, '-rc') }}
run: gh release create $TAG --prerelease --title $TAG --notes "Release candidate" ./out/ai-gateway-helm-${TAG}tgz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a .? Should be ./out/ai-gateway-helm-${TAG}.tgz

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh wait good catch

@mathetake mathetake mentioned this pull request Feb 20, 2025
mathetake added a commit that referenced this pull request Feb 20, 2025
**Commit Message**

This fixes the path to the built helm chart.

**Related Issues/PRs (if applicable)**

Follow up on #391

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
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.

2 participants