Skip to content

chore!: Official v1 release#2321

Merged
erezrokah merged 1 commit intocloudquery:mainfrom
erezrokah:chore/switch_cli_to_official
Oct 4, 2022
Merged

chore!: Official v1 release#2321
erezrokah merged 1 commit intocloudquery:mainfrom
erezrokah:chore/switch_cli_to_official

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

This should set the next version of the CLI to v1.0.0

@erezrokah erezrokah requested a review from yevgenypats as a code owner October 4, 2022 09:39
@cq-bot cq-bot added the cli label Oct 4, 2022
@@ -1,5 +1,5 @@
{
"cli": "1.3.0-pre.1",
"cli": "0.9.9",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tells release please the current version, so with a breaking change the next one should be v1.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't our breaking changes usually get their minor version bumped? Or how does it work now?

Copy link
Copy Markdown
Member Author

@erezrokah erezrokah Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we did than until https://github.com/cloudquery/cloudquery/pull/2050/files. That PR switched us from pre-major to regular SemVer

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah cool, thanks 👍

.PHONY: test
test:
go test ./... No newline at end of file
go test ./...
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a stub change to trigger a release in the monorepo (as we detect changes based on paths in the repo)

@erezrokah erezrokah merged commit ad3397c into cloudquery:main 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 ✅
--->
@erezrokah erezrokah deleted the chore/switch_cli_to_official branch December 15, 2023 10:13
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 ✅
--->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants