Skip to content

feat: Add version flag#127

Merged
kodiakhq[bot] merged 5 commits intocloudquery:mainfrom
erezrokah:feat/add_version_command
Sep 19, 2022
Merged

feat: Add version flag#127
kodiakhq[bot] merged 5 commits intocloudquery:mainfrom
erezrokah:feat/add_version_command

Conversation

@erezrokah
Copy link
Copy Markdown
Member

@erezrokah erezrokah commented Sep 19, 2022

Summary

Fixes #121. Setting the Version on the root command enables the --version flag at the top level (e.g. ./test --version -> plugin version development)


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@github-actions github-actions bot added feat and removed feat labels Sep 19, 2022
@erezrokah
Copy link
Copy Markdown
Member Author

This should help fix embedding the version in plugins during release

@erezrokah erezrokah force-pushed the feat/add_version_command branch from acb91e0 to 8f7fc7d Compare September 19, 2022 10:04
@kodiakhq kodiakhq bot merged commit 7e7f1ba into cloudquery:main Sep 19, 2022
kodiakhq bot pushed a commit that referenced this pull request Sep 19, 2022
🤖 I have created a release *beep* *boop*
---


## [0.7.0](v0.6.4...v0.7.0) (2022-09-19)


### ⚠ BREAKING CHANGES

* Idiomatic serve interface (#126)

### Features

* Add version flag ([#127](#127)) ([7e7f1ba](7e7f1ba))
* Idiomatic serve interface ([#126](#126)) ([5f848de](5f848de))
* Use JSON tag for column name when applicable ([#112](#112)) ([3aa795b](3aa795b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: Add version command

2 participants