https://github.com/speakeasy-api/sdk-gen-config
https://github.com/speakeasy-api/sdk-gen-config
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/speakeasy-api/sdk-gen-config
- Owner: speakeasy-api
- License: mit
- Created: 2023-02-16T09:22:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T14:43:58.000Z (4 months ago)
- Last Synced: 2026-03-02T18:00:29.067Z (4 months ago)
- Language: Go
- Size: 406 KB
- Stars: 3
- Watchers: 12
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdk-gen-config
## How to Release
1. Open a PR and get your changes in main
2. Once the changes are in `main` create a tag from the main branch
1. pull main locally: `git pull origin main`
2. Use the command to tag : `git tag v15.48.0-pre2`
3. Push the tag: `git push origin v15.48.0-pre2`
3. Create a release on GitHub using the new tag.
1. go to releases
2. click on `Draft a new release`
3. use the tag you pushed, add release title , release notes , check set at latest release
4. click `Publish release`