Merged
Conversation
erezrokah
commented
Oct 4, 2022
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "cli": "1.3.0-pre.1", | |||
| "cli": "0.9.9", | |||
Member
Author
There was a problem hiding this comment.
This tells release please the current version, so with a breaking change the next one should be v1.0.0
Contributor
There was a problem hiding this comment.
Don't our breaking changes usually get their minor version bumped? Or how does it work now?
Member
Author
There was a problem hiding this comment.
Yes we did than until https://github.com/cloudquery/cloudquery/pull/2050/files. That PR switched us from pre-major to regular SemVer
erezrokah
commented
Oct 4, 2022
| .PHONY: test | ||
| test: | ||
| go test ./... No newline at end of file | ||
| go test ./... |
Member
Author
There was a problem hiding this comment.
This is a stub change to trigger a release in the monorepo (as we detect changes based on paths in the repo)
yevgenypats
approved these changes
Oct 4, 2022
erezrokah
added a commit
that referenced
this pull request
Oct 4, 2022
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary Same as #2321 for plugins <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Test locally on your own infrastructure - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅ --->
daniel-garcia
pushed a commit
to infobloxopen/ibcq-source-k8s
that referenced
this pull request
Feb 24, 2026
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary Same as cloudquery/cloudquery#2321 for plugins <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Test locally on your own infrastructure - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅ --->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This should set the next version of the CLI to
v1.0.0