Skip to content

Commit

Permalink
Release AI Gateway v0.0.1 (#23)
Browse files Browse the repository at this point in the history
* chore: add permissions

* chore: update discord link

* chore: add scoops support for releaser

---------

Signed-off-by: Praveen Yadav <pyadav9678@gmail.com>
  • Loading branch information
pyadav committed Mar 27, 2024
1 parent f0a20a1 commit f557508
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- "v*.*.*"
workflow_dispatch:

jobs:
dev:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
12 changes: 11 additions & 1 deletion .goreleaser.yaml
Expand Up @@ -9,7 +9,7 @@ release:
footer: |
## More? 🚀
- Join our [Discord server](https://discord.gg/99UVa6MkUX)
- Join our [Discord server](https://discord.gg/yxV58ydzV7)
- Follow us on [Twitter](https://twitter.com/_missingstudio)
builds:
- id: gateway
Expand Down Expand Up @@ -46,6 +46,8 @@ changelog:
exclude:
- "^docs:"
- "^test:"
- "^build"
- "^chore"

checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"
Expand Down Expand Up @@ -89,6 +91,14 @@ brews:
name: Missing studio
email: support@missing.studio

scoops:
- homepage: https://github.com/raystack/gateway
description: A robust cloud-native AI Gateway
license: Apache 2.0
repository:
owner: missingstudio
name: scoop-bucket

announce:
skip: "{{gt .Patch 0}}"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
### Core infrastructure stack for building production-ready AI Applications

[![License](https://img.shields.io/github/license/missingstudio/gateway)](./LICENSE)
[![Discord](https://img.shields.io/discord/1136647481128661082)](https://discord.gg/99UVa6MkUX)
[![Discord](https://img.shields.io/discord/1136647481128661082)](https://discord.gg/yxV58ydzV7)
[![Twitter](https://img.shields.io/twitter/follow/_missingstudio)](https://twitter.com/_missingstudio)
</div>
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/essentials/FAQ.mdx
Expand Up @@ -4,7 +4,7 @@ description: Get answers to the most frequently asked questions about missing st
icon: "question"
---

Discover answers to the most frequently asked questions about missing studio. If your question isn't covered here, feel free to connect with our team on [Discord Community.](https://discord.gg/99UVa6MkUX) or [GitHub](https://github.com/missingstudio/ai).
Discover answers to the most frequently asked questions about missing studio. If your question isn't covered here, feel free to connect with our team on [Discord Community.](https://discord.gg/yxV58ydzV7) or [GitHub](https://github.com/missingstudio/ai).

## Local contribution issues

Expand Down
2 changes: 1 addition & 1 deletion docs/essentials/usecases.mdx
Expand Up @@ -16,7 +16,7 @@ The versatile and dynamic nature of missing studio allows it to be applied in a
<Card
title="Contribute on Discord"
icon="discord"
href="https://discord.gg/99UVa6MkUX"
href="https://discord.gg/yxV58ydzV7"
>
If you have an interesting use case in mind, or if you'd like to contribute
to the development of these features, we'd love to hear from you! Reach out
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/docker-installation.mdx
Expand Up @@ -93,7 +93,7 @@ The easiest and quickest way to run AI Studio is via [docker-compose](https://do
**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/99UVa6MkUX).
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

## Other options

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/local-installation.mdx
Expand Up @@ -18,7 +18,7 @@ make compose-dev
**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/99UVa6MkUX).
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

## Other options

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/quickstart.mdx
Expand Up @@ -117,7 +117,7 @@ and usage of your Large Language Model (LLM) applications.
**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/99UVa6MkUX).
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

---

Expand Down
2 changes: 1 addition & 1 deletion docs/mint.json
Expand Up @@ -55,7 +55,7 @@
"name": "Discord",
"icon": "discord",
"color": "#00CCB1",
"url": "https://discord.gg/99UVa6MkUX"
"url": "https://discord.gg/yxV58ydzV7"
}
],

Expand Down

0 comments on commit f557508

Please sign in to comment.