Add version number information in backend, frontend and build process#165
Add version number information in backend, frontend and build process#165glahaye merged 11 commits intomicrosoft:mainfrom glahaye:bake_in_version
Conversation
webapp/src/components/header/settings-dialog/SettingsDialog.tsx
Outdated
Show resolved
Hide resolved
teresaqhoang
left a comment
There was a problem hiding this comment.
Is the version bumped automatically? Or is this something we have to do manually? If the latter, we should specify this in a contributing doc somewhere
should also start a version changelog in this PR
Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
webapp/src/components/header/settings-dialog/SettingsDialog.tsx
Outdated
Show resolved
Hide resolved
For proper Releases and change logs, we can use functionality baked in GitHub already. This PR is but a step for that to happen. Stay tuned. |
OK, let me try to build this in this PR, then! For reference: |
### Motivation and Context I introduced a bug with #165 in the frontend deployment script ### Description Use proper Unix commands in the shell script ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
…microsoft#165) ### Motivation and Context We want to make it easier to know which version we are dealing with / debugging ### Description - Add version number information in backend, frontend and build process - Remove unused deployment files  ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 --------- Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
…microsoft#165) ### Motivation and Context We want to make it easier to know which version we are dealing with / debugging ### Description - Add version number information in backend, frontend and build process - Remove unused deployment files  ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 --------- Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
### Motivation and Context I introduced a bug with microsoft#165 in the frontend deployment script ### Description Use proper Unix commands in the shell script ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context I introduced a bug with microsoft#165 in the frontend deployment script ### Description Use proper Unix commands in the shell script ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Motivation and Context
We want to make it easier to know which version we are dealing with / debugging
Description
Contribution Checklist