-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: added release please #6
Conversation
.github/workflows/release-please.yml
Outdated
- name: Run Release Please | ||
uses: googleapis/release-please-action@v3 | ||
with: | ||
token: ${{ secrets.KURTOSIS_BOT_TOKEN }} |
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.
we will need to add the token for the Kurtosis Bot Token to our settings for this to work
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.
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
420e96e
to
f5b5638
Compare
🤖 I have created a release *beep* *boop* --- ## [0.1.1](v0.1.0...0.1.1) (2024-07-08) ### Features * add js and nix package to cli-kontrol-api ([#11](#11)) ([d007773](d007773)) * add more info to docs ([#17](#17)) ([54400fb](54400fb)) * added release please ([#6](#6)) ([7c38358](7c38358)) * adding multi tenant support ([#8](#8)) ([75b736f](75b736f)) * adding the `kardinal manager deploy` and `kardinal manager remove` CLI commands ([#10](#10)) ([af8843c](af8843c)) * adding the health check endpoint for the API ([#14](#14)) ([15a1b0d](15a1b0d)) * DRY ref to main branch in CI ([#12](#12)) ([f32ef8c](f32ef8c)) * publish cli binaries and add install script ([#22](#22)) ([e1e27e4](e1e27e4)) * quickstart docs added ([#16](#16)) ([9f1a759](9f1a759)) * removing kardinal-cli binary ([#13](#13)) ([31325f1](31325f1)) * update topology API ([#9](#9)) ([2e96ff8](2e96ff8)) ### Bug Fixes * fix some typos in README.md ([#23](#23)) ([2be7f55](2be7f55)) * update images pulls ([#18](#18)) ([212cfe8](212cfe8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No description provided.