-
Notifications
You must be signed in to change notification settings - Fork 49
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: add realease-please #15
Conversation
0fad1c1
to
cb15a4c
Compare
cb15a4c
to
3371433
Compare
.github/release-please.yml
Outdated
versionFile: "cmd/version.txt" | ||
extraFiles: | ||
- README.md | ||
- cmd/root.go |
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.
Why is this an "extra" file?
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.
This is to indicate extra files to track. Removed since we don't use this feature in our files currently. (Will need to add this if we are utilizing the release-please annotations, e.g. to automate releases URL in README).
9435670
to
3371433
Compare
🤖 I have created a release *beep* *boop* --- ## 0.0.1 (2024-10-28) ### Features * Add address and port flags ([#7](#7)) ([df9ad9e](df9ad9e)) * Add AlloyDB source and tool ([#23](#23)) ([fe92d02](fe92d02)) * Add basic CLI ([#5](#5)) ([1539ee5](1539ee5)) * Add basic http server ([#6](#6)) ([e09ae30](e09ae30)) * Add basic parsing from tools file ([#8](#8)) ([b9ba364](b9ba364)) * Add initial cloud sql pg invocation ([#14](#14)) ([3703176](3703176)) * Add Postgres source and tool ([#25](#25)) ([2742ed4](2742ed4)) * Add preliminary parsing of parameters ([#13](#13)) ([27edd3b](27edd3b)) * Add support for array type parameters ([#26](#26)) ([3903e86](3903e86)) * Add toolset configuration ([#12](#12)) ([59b4bc0](59b4bc0)) * Add Toolset manifest endpoint ([#11](#11)) ([61e7b78](61e7b78)) * **langchain-sdk:** Add Toolbox SDK for LangChain ([#22](#22)) ([0bcd4b6](0bcd4b6)) * Stub basic control plane functionality ([#9](#9)) ([336bdc4](336bdc4)) ### Miscellaneous Chores * Release 0.0.1 ([#31](#31)) ([1f24ddd](1f24ddd)) ### Continuous Integration * Add realease-please ([#15](#15)) ([17fbbb4](17fbbb4)) --- This PR was generated with [Release Please](/~https://github.com/googleapis/release-please). See [documentation](/~https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- * Add address and port flags ([#7](#7)) ([df9ad9e](df9ad9e)) * Add AlloyDB source and tool ([#23](#23)) ([fe92d02](fe92d02)) * Add basic CLI ([#5](#5)) ([1539ee5](1539ee5)) * Add basic http server ([#6](#6)) ([e09ae30](e09ae30)) * Add basic parsing from tools file ([#8](#8)) ([b9ba364](b9ba364)) * Add initial cloud sql pg invocation ([#14](#14)) ([3703176](3703176)) * Add Postgres source and tool ([#25](#25)) ([2742ed4](2742ed4)) * Add preliminary parsing of parameters ([#13](#13)) ([27edd3b](27edd3b)) * Add support for array type parameters ([#26](#26)) ([3903e86](3903e86)) * Add toolset configuration ([#12](#12)) ([59b4bc0](59b4bc0)) * Add Toolset manifest endpoint ([#11](#11)) ([61e7b78](61e7b78)) * **langchain-sdk:** Add Toolbox SDK for LangChain ([#22](#22)) ([0bcd4b6](0bcd4b6)) * Stub basic control plane functionality ([#9](#9)) ([336bdc4](336bdc4)) * Release 0.0.1 ([#31](#31)) ([1f24ddd](1f24ddd)) * Add realease-please ([#15](#15)) ([17fbbb4](17fbbb4)) --- This PR was generated with [Release Please](/~https://github.com/googleapis/release-please). See [documentation](/~https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Release-As: 0.1.0